Skip to content

Commit

Permalink
duplicate extension readme for now
Browse files Browse the repository at this point in the history
  • Loading branch information
callmephilip committed Sep 18, 2024
1 parent f5a4e81 commit fc04222
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 1 deletion.
56 changes: 56 additions & 0 deletions packages/vscode-html2ft/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<div align="center">
<a href="https://marketplace.visualstudio.com/items?itemName=PhilipNuzhnyi.html2ft">
<img src="./html2ft.png" alt="ACS" width="100" />
</a>
</div>

<h1 align="center">HTML2FT</h1>

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

![Screenshot](./images/html2tf.gif)

## 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`
Binary file added packages/vscode-html2ft/images/html2tf.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/vscode-html2ft/images/screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/vscode-html2ft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "html2ft",
"displayName": "html2ft",
"description": "Convert HTML to FastHTML FT",
"version": "0.7.8",
"version": "0.7.9",
"publisher": "PhilipNuzhnyi",
"repository": "https://github.com/callmephilip/html2ft",
"license": "MIT",
Expand Down

0 comments on commit fc04222

Please sign in to comment.