mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-03 02:11:07 +05:30
- Phase 1: Foundation (shadcn, deps, lib utils, motion presets, theme) - Phase 2: App shell + resizable panes - Phase 3: Editor (CodeMirror 6 + immer store) - Phase 4: Preview (marked + KaTeX + mermaid + scroll sync) - Phase 5: File tree + tabs - Phase 6: Native menus + toolbar - Phase 7: Modals (export, settings, about, confirm) - Phase 8: Toasts (sonner) - Phase 9: Advanced tools (zen, repl, ascii, table, print, word) - Phase 10: Polish + delete legacy renderer Phases 1-4 are fully fleshed out (60+ TDD tasks with working code). Phases 5-9 are sketched with the same TDD pattern; detailed steps will be expanded at execution time following the conventions established in Phases 1-4.