mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	add prefix "_" to "named" IDs
This commit is contained in:
		| @@ -152,7 +152,7 @@ function exportToZip(taskContext, branch, format, res) { | ||||
|         noteIdToMeta[note.noteId] = meta; | ||||
|  | ||||
|         const childBranches = note.getChildBranches() | ||||
|             .filter(branch => branch.noteId !== 'hidden'); | ||||
|             .filter(branch => branch.noteId !== '_hidden'); | ||||
|  | ||||
|         const available = !note.isProtected || protectedSessionService.isProtectedSessionAvailable(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user