Simple local-first markdown notes app.
Live: Slate
- Markdown editor with Raw, Preview, and Split modes
- Obsidian-style wiki links:
[[Note]] - Backlinks ("Linked mentions") for two-way navigation
- Auto-update wiki links when a note title is renamed
- Multi-tab note workflow
- Search notes by title or content
- Sidebar resize and collapse
- Multiple themes
- IndexedDB persistence in the browser
apps/web- Leptos web appapps/web/src/models- App modelsapps/web/src/store- Persistence layerapps/web/src/links.rs- Wiki link parsing/rewritingapps/web/src/note_graph.rs- Backlink and rename propagation logic
From the repository root:
cargo checkUse your existing web dev workflow in apps/web to run in the browser.