feat: Add Mermaid diagrams to the / menu
#1404
gravelfreeman
started this conversation in
Anything about Poznote
Replies: 3 comments 2 replies
0 replies
|
Wouldn't that be too many items at the root/or first submenu level? For example for things like programming languages that takes lot of space. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment







Uh oh!
There was an error while loading. Please reload this page.
It would be useful to add Mermaid diagrams through the
/command menu.For example, typing
/mermaidcould insert a Mermaid block into the note:flowchart TD A[Start] --> B[Step 1] B --> C[Step 2]Suggested behavior
/menu.This would be especially useful for study notes, workflows, processes, piecharts, and visual summaries without needing to remember the mermaid commands.
All reactions