mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
added iframe note type
This commit is contained in:
@@ -35,6 +35,7 @@ class TreeContextMenu {
|
||||
{ title: "Book", command: command, type: "book", uiIcon: "book" },
|
||||
{ title: "Mermaid diagram", command: command, type: "mermaid", uiIcon: "selection" },
|
||||
{ title: "Canvas", command: command, type: "canvas", uiIcon: "pen" },
|
||||
{ title: "IFrame", command: command, type: "iframe", uiIcon: "globe-alt" },
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user