A simple cross-platform desktop app written in tauri with rust and typescript.
This app allows you to instantly convert your html markup into markdown. It comes with a fully-featured code editor that has snippets, auto complete, syntax highlighting and more!
npm run tauri dev
- runs the app in development mode (auto-reloads when there are changes)npm run build
- builds the react app for production.npm run tauri build
- builds the tauri app for production.
- Simple, easy to use and nice looking UI.
- You can save your work as an md file with the click of a button or a keyboard shortcut (CTRL + S)
- Fully featured code editor (Ace) so you can easily write your markup inside of the app.
You can find builds for all operating systems on the releases page.
( yes, this README was written with this tool. You can find the HTML source in the repo :) )