Skip to content

callmephilip/html2ft

Repository files navigation

HTML2FT

This extension converts HTML code to FT Python code to use with FastHTML

Screenshot

Extension Settings

  • attributes VS children first

Credits

  • logo designed by DallE

Release Notes

Users appreciate release notes as you update your extension.

0.1.0

Initial release

0.2.0

Run conversion locally

0.3.0

Support extension settings

0.4.0

New converter

0.5.0

Relax VS code version requirements

0.6.0

Improve SVG handling

0.7.0

Improve code formatting

Release flow

  • create a tag (e.g. git tag 0.6.2)
  • git push origin --tags