mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	bind global menu item "Open SQL console" to the logic to create such a note
This commit is contained in:
		| @@ -441,6 +441,9 @@ export default class NoteTreeWidget extends TabAwareWidget { | ||||
|                 return "bx bx-note"; | ||||
|             } | ||||
|         } | ||||
|         else if (note.type === 'code' && note.mime.startsWith('text/x-sql')) { | ||||
|             return "bx bx-data"; | ||||
|         } | ||||
|         else { | ||||
|             return NOTE_TYPE_ICONS[note.type]; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user