mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
mermaid layout improvements
This commit is contained in:
@@ -33,7 +33,7 @@ class TreeContextMenu {
|
||||
{ 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: "Mermaid diagram", command: command, type: "mermaid", uiIcon: "water" }
|
||||
{ title: "Mermaid diagram", command: command, type: "mermaid", uiIcon: "selection" }
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user