-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
html->hiccup conversion #407
Labels
Comments
That site seems to mostly run hiccup-bridge in https://github.com/seabre/htmltohiccup/blob/master/src/htmltohiccup/conversion.clj
|
I'd love to see this feature. It is so handy to have it directly backed into the editor when pasting an html snippet :-) |
Wow wasn't expecting this to be added :D thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Heya,
This is a feature request.
Cursive, another popular editor for Clojure, has a handy feature where it will ask to convert HTML strings to Hiccup when pasting them into Clojure/Script files. This functionality is similar to what's provided in https://htmltohiccup.herokuapp.com/. It would be handy to have it in Calva as well.
The text was updated successfully, but these errors were encountered: