mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
share: Render mind map
This commit is contained in:
@@ -32,7 +32,7 @@ function getContent(note: SNote) {
|
||||
renderCode(result);
|
||||
} else if (note.type === 'mermaid') {
|
||||
renderMermaid(result, note);
|
||||
} else if (note.type === 'image' || note.type === 'canvas') {
|
||||
} else if ([ "image", "canvas", "mindMap"].includes(note.type)) {
|
||||
renderImage(result, note);
|
||||
} else if (note.type === 'file') {
|
||||
renderFile(note, result);
|
||||
|
||||
Reference in New Issue
Block a user