mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08: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',
|
||||
'|',
|
||||
'blockQuote', 'codeBlock', 'insertTable', 'internallink', 'includeNote', 'math',
|
||||
'blockQuote', 'codeBlock', 'insertTable',
|
||||
{
|
||||
label: "Insert",
|
||||
icon: "plus",
|
||||
items: [
|
||||
'internallink',
|
||||
'includeNote',
|
||||
'|',
|
||||
'math',
|
||||
'horizontalLine'
|
||||
]
|
||||
},
|
||||
'|',
|
||||
'outdent', 'indent', 'horizontalLine',
|
||||
'outdent', 'indent',
|
||||
'|',
|
||||
'imageUpload',
|
||||
'markdownImport',
|
||||
'findAndReplace',
|
||||
'specialCharacters'
|
||||
'specialCharacters',
|
||||
'findAndReplace'
|
||||
]
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user