Why Tauri & Rust? I chose Tauri over Electron because I wanted MarkNote to be as lightweight and fast as possible. By leveraging Rust, we get a much smaller binary size and better memory management while maintaining full cross-platform support (macOS, Windows, and Linux).
Key Philosophy:
WYSIWYG: Built on CodeMirror 6, providing a seamless "what you see is what you get" experience without a split-pane.
Local-first & Privacy: Your data never leaves your machine. No accounts, no cloud required.
No Subscriptions: I personally dislike the "everything as a service" trend. MarkNote is a one-time purchase ($39), with a generous free tier.
Developer Friendly: Built-in support for Mermaid, PlantUML, and even Excalidraw.
I'm currently in the early stages and would love to hear your feedback—especially from those who use Markdown for documentation, note-taking, or technical writing.