mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
added iframe note type
This commit is contained in:
@@ -55,7 +55,7 @@ function deriveMime(type, mime) {
|
||||
mime = 'text/plain';
|
||||
} else if (['relation-map', 'search', 'canvas'].includes(type)) {
|
||||
mime = 'application/json';
|
||||
} else if (['render', 'book'].includes(type)) {
|
||||
} else if (['render', 'book', 'iframe'].includes(type)) {
|
||||
mime = '';
|
||||
} else {
|
||||
mime = 'application/octet-stream';
|
||||
|
||||
Reference in New Issue
Block a user