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