mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-27 07:49:57 -05:00
support for loading and saving type and mime
This commit is contained in:
@@ -40,6 +40,7 @@ async function createNewNote(parentNoteId, note, sourceId) {
|
||||
note_text: note.note_text ? note.note_text : '',
|
||||
is_protected: note.is_protected,
|
||||
type: 'text',
|
||||
mime: 'text/html',
|
||||
date_created: now,
|
||||
date_modified: now
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user