mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	split out note's content into separate entity, WIP
This commit is contained in:
		| @@ -16,7 +16,7 @@ function show() { | ||||
|     $component.show(); | ||||
|  | ||||
|     try { | ||||
|         const json = JSON.parse(noteDetailService.getCurrentNote().content); | ||||
|         const json = JSON.parse(noteDetailService.getCurrentNote().noteContent.content); | ||||
|  | ||||
|         $searchString.val(json.searchString); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user