Skip to content

Dr-Eckig/RustyNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustyNote

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.

Demo

https://dr-eckig.github.io/RustyNote/

Features

  • 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

Setup

Requirements:

  • Rust (stable recommended)
  • wasm32 target
  • Trunk
rustup toolchain install stable
rustup target add wasm32-unknown-unknown
cargo install trunk

Local dev server:

trunk serve

Release build (e.g. for GitHub Pages):

trunk build --release --public-url "/markdown/"

About

RustyNote is a simple browser-based Markdown editor powered by Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published