mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	create note from template WIP
This commit is contained in:
		| @@ -43,7 +43,8 @@ async function createNote(parentNotePath, options = {}) { | ||||
|         content: options.content || "", | ||||
|         isProtected: options.isProtected, | ||||
|         type: options.type, | ||||
|         mime: options.mime | ||||
|         mime: options.mime, | ||||
|         templateNoteId: options.templateNoteId | ||||
|     }); | ||||
|  | ||||
|     if (options.saveSelection && utils.isCKEditorInitialized()) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user