mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	feat(balloon): group some items under Insert submenu
This commit is contained in:
		
							parent
							
								
									75a81dc28e
								
							
						
					
					
						commit
						1e0f5312e8
					
				@ -42,14 +42,25 @@ export default class BalloonEditor extends BalloonEditorBase {
 | 
				
			|||||||
			'|',
 | 
								'|',
 | 
				
			||||||
			'bulletedList', 'numberedList', 'todoList',
 | 
								'bulletedList', 'numberedList', 'todoList',
 | 
				
			||||||
			'|',
 | 
								'|',
 | 
				
			||||||
			'blockQuote', 'codeBlock', 'insertTable', 'internallink', 'includeNote', 'math',
 | 
								'blockQuote', 'codeBlock', 'insertTable',
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									label: "Insert",
 | 
				
			||||||
 | 
									icon: "plus",
 | 
				
			||||||
 | 
									items: [
 | 
				
			||||||
 | 
										'internallink',
 | 
				
			||||||
 | 
										'includeNote',
 | 
				
			||||||
					'|',
 | 
										'|',
 | 
				
			||||||
			'outdent', 'indent', 'horizontalLine',
 | 
										'math',
 | 
				
			||||||
 | 
										'horizontalLine'
 | 
				
			||||||
 | 
									]
 | 
				
			||||||
 | 
								},
 | 
				
			||||||
 | 
								'|',
 | 
				
			||||||
 | 
								'outdent', 'indent',
 | 
				
			||||||
			'|',
 | 
								'|',
 | 
				
			||||||
			'imageUpload',
 | 
								'imageUpload',
 | 
				
			||||||
			'markdownImport',
 | 
								'markdownImport',
 | 
				
			||||||
			'findAndReplace',
 | 
								'specialCharacters',
 | 
				
			||||||
			'specialCharacters'
 | 
								'findAndReplace'
 | 
				
			||||||
		]
 | 
							]
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user