Markdown editor built with Tauri, React, and TypeScript.
pnpm dev: run the Milkdown editor in the browser.pnpm tauri dev: run the Milkdown Tauri app.
pnpm build: build the Milkdown bundle.pnpm tauri build: build the Milkdown Tauri app.
- Open an existing markdown file.
- Edit the document and confirm the window dirty state changes.
- Save the file.
- Reopen it and confirm the saved markdown round-trips correctly.