mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	feat(text-snippets): add toolbar entry
This commit is contained in:
		| @@ -210,6 +210,7 @@ export function buildClassicToolbar(multilineToolbar: boolean) { | ||||
|                 "outdent", | ||||
|                 "indent", | ||||
|                 "|", | ||||
|                 "insertTemplate", | ||||
|                 "markdownImport", | ||||
|                 "cuttonote", | ||||
|                 "findAndReplace" | ||||
| @@ -266,6 +267,7 @@ export function buildFloatingToolbar() { | ||||
|             "outdent", | ||||
|             "indent", | ||||
|             "|", | ||||
|             "insertTemplate", | ||||
|             "imageUpload", | ||||
|             "markdownImport", | ||||
|             "specialCharacters", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user