mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	basic enex import, closes #194
This commit is contained in:
		| @@ -114,7 +114,8 @@ async function createNote(parentNoteId, title, content = "", extraOptions = {}) | ||||
|         target: 'into', | ||||
|         isProtected: !!extraOptions.isProtected, | ||||
|         type: extraOptions.type, | ||||
|         mime: extraOptions.mime | ||||
|         mime: extraOptions.mime, | ||||
|         dateCreated: extraOptions.dateCreated | ||||
|     }; | ||||
|  | ||||
|     if (extraOptions.json && !noteData.type) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user