A WYSIWYG markdown editor based on Milkdown
✨ Features
- ? Fluent Design – Use FluentUI components with Mica\Arcylic background
- ? Lightweight – Bundle with tauri for smaller installer size and memory usage
- ? WYSIWYG Markdown – provides Typora-like seamless Markdown editing experience
? Todo
- Multi-language support
- Find/Replace
- LaTeX support
- More export options
☔ System Requirements
- Windows 7+ (Recommend: Windows 10 1803 +)
- macOS 11.3+ (Reasons: see Fluent UI’s broswer support matrix)
- most Linux distributions (Recommend/Tested: Ubuntu 18.04 +)
? How to build
This project is bundled with tauri, You should follow this guide first.
yarn install # Install dependencies
yarn tauri dev # Start development server
yarn tauri build # Bundle App