Commit Graph

4 Commits

Author SHA1 Message Date
0x8664b2
732f633086 Add live preview while editing feature
Implemented split-view editor with real-time markdown preview:
- Added Edit/Preview toggle button with toolbar
- Created MarkdownEditor component using NSTextView for raw markdown editing
- Implemented HSplitView with editor on left and live preview on right
- Fixed NSTextView width constraints to prevent unwanted scaling
- Added proper text container configuration for word wrapping
- Text changes update preview in real-time via SwiftUI binding

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-20 10:40:43 -07:00
0x8664b2
a921131ea7 Open multiple documents per markdown file 2025-06-20 09:58:53 -07:00
0x8664b2
e17eba0a1b Add support for horizontal line 2025-06-20 09:32:14 -07:00
0x8664b2
07b70455a3 Genesis 2025-06-20 09:06:01 -07:00