mirror of
https://github.com/zadam/trilium.git
synced 2025-12-11 13:15:58 +08:00
feat(editor): add footnotes
This commit is contained in:
parent
37ce55506b
commit
8bebd0a798
3 changed files with 4 additions and 3 deletions
2
libraries/ckeditor/ckeditor.js
vendored
2
libraries/ckeditor/ckeditor.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -174,7 +174,8 @@ const editorConfig = {
|
|||
'Mathematics',
|
||||
'AutoformatMath',
|
||||
'indentBlockShortcutPlugin',
|
||||
'removeFormatLinksPlugin'
|
||||
'removeFormatLinksPlugin',
|
||||
'Footnotes'
|
||||
],
|
||||
toolbar: {
|
||||
items: []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue