mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 21:19:01 +01:00 
			
		
		
		
	chore(editor): relocate bookmark icon in floating toolbar
This commit is contained in:
		
							parent
							
								
									307af229ae
								
							
						
					
					
						commit
						380cb62d2b
					
				@ -222,7 +222,6 @@ export function buildFloatingToolbar() {
 | 
				
			|||||||
                "|",
 | 
					                "|",
 | 
				
			||||||
                "code",
 | 
					                "code",
 | 
				
			||||||
                "link",
 | 
					                "link",
 | 
				
			||||||
                "bookmark",
 | 
					 | 
				
			||||||
                "removeFormat",
 | 
					                "removeFormat",
 | 
				
			||||||
                "internallink",
 | 
					                "internallink",
 | 
				
			||||||
                "cuttonote"
 | 
					                "cuttonote"
 | 
				
			||||||
@ -244,7 +243,7 @@ export function buildFloatingToolbar() {
 | 
				
			|||||||
            {
 | 
					            {
 | 
				
			||||||
                label: "Insert",
 | 
					                label: "Insert",
 | 
				
			||||||
                icon: "plus",
 | 
					                icon: "plus",
 | 
				
			||||||
                items: ["internallink", "includeNote", "|", "math", "mermaid", "horizontalLine", "pageBreak"]
 | 
					                items: ["bookmark", "internallink", "includeNote", "|", "math", "mermaid", "horizontalLine", "pageBreak"]
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "|",
 | 
					            "|",
 | 
				
			||||||
            "outdent",
 | 
					            "outdent",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user