mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	note image detail
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| import noteDetailService from "./note_detail.js"; | ||||
|  | ||||
| const $searchString = $("#search-string"); | ||||
| const $noteDetailSearch = $('#note-detail-search'); | ||||
| const $component = $('#note-detail-search'); | ||||
|  | ||||
| function getContent() { | ||||
|     JSON.stringify({ | ||||
| @@ -10,7 +10,7 @@ function getContent() { | ||||
| } | ||||
|  | ||||
| function show() { | ||||
|     $noteDetailSearch.show(); | ||||
|     $component.show(); | ||||
|  | ||||
|     try { | ||||
|         const json = JSON.parse(noteDetailService.getCurrentNote().content); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user