RustyNote is a simple browser-based Markdown editor powered by Rust and Leptos. The app runs as WASM in the browser and is built with Trunk.
https://dr-eckig.github.io/RustyNote/
- Live preview in split mode
- Markdown formatting buttons and shortcuts
- GitHub-Flavored Markdown (GFM) support
- Copy and downloading the markdown content
- Theme switcher (light-/ darkmode)
- Responsive design for desktop, tablet and mobile
- Integrated documentation
Requirements:
- Rust (stable recommended)
- wasm32 target
- Trunk
rustup toolchain install stable
rustup target add wasm32-unknown-unknown
cargo install trunkLocal dev server:
trunk serveRelease build (e.g. for GitHub Pages):
trunk build --release --public-url "/markdown/"