mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	short search help in the tooltip
This commit is contained in:
		| @@ -4,8 +4,11 @@ import searchNotesService from "./search_notes.js"; | ||||
| const $searchString = $("#search-string"); | ||||
| const $component = $('#note-detail-search'); | ||||
| const $refreshButton = $('#note-detail-search-refresh-results-button'); | ||||
| const $help = $("#note-detail-search-help"); | ||||
|  | ||||
| function show() { | ||||
|     $help.html(searchNotesService.getHelpText()); | ||||
|  | ||||
|     $component.show(); | ||||
|  | ||||
|     try { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user