mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 01:36:24 +01: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