Commit 038da20
authored
feat: add markdown & mindmap viewer (#546)
* fix(snippets): initialize selectedSnippetIds with state snippetId
* feat(ui): active state in ActionButton
* feat(editor): add mindmap
* fix(editor): toggle off markdown functionality if lang non md
* feat(editor): watch selectedSnippetContent to trigger update mindmap1 parent 035c59a commit 038da20
11 files changed
Lines changed: 495 additions & 23 deletions
File tree
- src/renderer
- components
- editor
- header
- mindmap
- ui
- action-button
- button
- composables
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| |||
0 commit comments