This extension adds support for converting HTML to Elm code. It uses the htmlparser2 to parse the HTML and construct Elm code.
Via Quick Open:
- Download, install and open VS Code
- Press
cmd+p
to open the Quick Open dialog - Type
ext install html-to-elm
- Click the Install button, then the Enable button
Via the Extensions tab:
- Click the extensions tab or press
cmd+shift+x
- Search for html-to-elm
- Click the Install button, then the Enable button
Via the command line:
- Open a command-line prompt
- Run
code --install-extension Rubymaniac.vscode-html-to-elm
Well, the usage is pretty simple.
- Select some text that is valid HTML code
cmd+shift+p
to view the Command Palette- Type:
html convert to elm
- Select the command and hit return
- Profit
In action:
For any bugs and feature requests please open an issue. For code contributions please create a pull request. Enjoy!
If you use Atom then check out this plugin which I followed to create this VSCode extension.
MIT License
Copyright (c) rubymaniac
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.