mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	use [protected] for protected notes in the export
This commit is contained in:
		| @@ -54,7 +54,7 @@ function getNotesAndBranchesAndAttributes(noteIds) { | ||||
|  | ||||
|         notes.push({ | ||||
|             noteId: note.noteId, | ||||
|             title: note.isDecrypted ? note.title : '[protected]', | ||||
|             title: note.getTitleOrProtected(), | ||||
|             isProtected: note.isProtected, | ||||
|             type: note.type, | ||||
|             mime: note.mime | ||||
|   | ||||
		Reference in New Issue
	
	Block a user