mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
wip: canvas-note patch
Conflicts: src/public/app/services/library_loader.js src/public/app/services/tree_context_menu.js src/public/app/widgets/note_actions.js src/services/consistency_checks.js src/services/utils.js
This commit is contained in:
@@ -41,7 +41,7 @@ function exportSingleNote(taskContext, branch, format, res) {
|
||||
extension = mimeTypes.extension(note.mime) || 'code';
|
||||
mime = note.mime;
|
||||
}
|
||||
else if (note.type === 'relation-map' || note.type === 'search') {
|
||||
else if (note.type === 'relation-map' || note.type === 'canas-note' || note.type === 'search') {
|
||||
payload = content;
|
||||
extension = 'json';
|
||||
mime = 'application/json';
|
||||
|
||||
Reference in New Issue
Block a user