Commit 0a73769
authored
Merge pull request #29 from typelets/feature/mermaid-diagrams
Adds Mermaid.js diagram support with Monaco editor, live preview, and export tools. Includes 6 templates, zoom/pan controls, theme-aware rendering, and clipboard/file export. New "Diagrams" filter in notes panel with visual indicators.
Backward compatible - adds optional `type?: 'note' | 'diagram'` to Note interface.
Mobile: Simplified architecture by removing offline-first complexity (15+ files), refactored screen structure for better maintainability.File tree
13 files changed
+2303
-21
lines changed- src
- components
- diagrams
- editor
- layout
- notes/NotesPanel
- ui
- hooks
- lib/api
- types
13 files changed
+2303
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments