mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-19 09:02:27 +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',
|
'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',
|
'imageUpload',
|
||||||
'markdownImport',
|
'markdownImport',
|
||||||
'findAndReplace',
|
'specialCharacters',
|
||||||
'specialCharacters'
|
'findAndReplace'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user