vscode-html-to-elm icon indicating copy to clipboard operation
vscode-html-to-elm copied to clipboard

Convert HTML to Elm code for Visual Studio Code

Results 3 vscode-html-to-elm issues
Sort by recently updated
recently updated
newest added

While playing around with converting the HTML from [this medium article](https://medium.com/@robcobbable/make-a-resume-website-from-scratch-991845147ec) I ran across the case where some HTML is not being converted to Elm properly. I haven't been able...

Added a collapseSpaces method in util that removes double spacing and line endings. This helps eliminate unecessary text nodes being generated in elm

Insignificant white space is retained in conversion which makes it difficult to use for large amounts of HTML as it requires a lot of hand adjustment. ![image](https://cloud.githubusercontent.com/assets/1467146/26276052/01b24e54-3d3d-11e7-9213-52d7c1fd7700.png) I'm using version...