refactoring of mermaid support WIP

This commit is contained in:
zadam
2021-09-29 22:14:45 +02:00
parent 896c9cec04
commit bc920dc5dc
4 changed files with 3 additions and 139 deletions

View File

@@ -32,7 +32,8 @@ class TreeContextMenu {
{ title: "Relation Map", command: command, type: "relation-map", uiIcon: "map-alt" },
{ title: "Note Map", command: command, type: "note-map", uiIcon: "map-alt" },
{ title: "Render HTML note", command: command, type: "render", uiIcon: "extension" },
{ title: "Book", command: command, type: "book", uiIcon: "book" }
{ title: "Book", command: command, type: "book", uiIcon: "book" },
{ title: "Mermaid diagram", command: command, type: "mermaid", uiIcon: "water" }
];
}