README.md
Mac App Store (paid, automatic updates):
<a href="https://apps.apple.com/cn/app/miaoyan/id6759252269"></a>
Homebrew:
brew install --cask miaoyan
GitHub Releases: download the latest DMG from GitHub Releases (macOS 11.5+)
All three options share the same codebase and receive the same updates. After installing, create a MiaoYan folder in iCloud Drive or your preferred location, open Preferences (⌘,), and set the storage path.
MiaoYan provides a command-line interface for quick note operations.
# Install
curl -fsSL https://raw.githubusercontent.com/tw93/MiaoYan/main/scripts/install.sh | bash
# Usage
miao open <title|path> # Open note
miao new <title> [text] # Create new note
miao search <query> # Search notes in terminal
miao list [folder] # List top-level folders, or markdown in folder
miao cat <title|path> # Print note content
miao update # Update CLI
Edit and preview side by side with real-time preview and 60fps bidirectional scroll sync.
Quick Toggle: Press ⌘\ to instantly toggle split view mode, or enable it in Preferences → Interface → Edit Mode → Split Mode.
Why not WYSIWYG like Typora? We prioritize pure Markdown editing experience, and implementing WYSIWYG in native Swift is overly complex with reliability concerns. Split mode maintains clean editing while providing instant visual feedback.
--- slide separatorsMIT License - Feel free to use and contribute.