mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
ckeditor 27
This commit is contained in:
parent
58200d6431
commit
e055d4e15e
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
@ -25,12 +25,16 @@ const TPL = `
|
||||
box-shadow: none !important;
|
||||
padding: 0 0 0 5px !important;
|
||||
margin: 0 !important;
|
||||
color: var(--muted-text-color);
|
||||
max-height: 100px;
|
||||
overflow: auto;
|
||||
transition: opacity .1s linear;
|
||||
}
|
||||
|
||||
.attribute-list-editor.ck-content .mention {
|
||||
color: var(--muted-text-color) !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.save-attributes-button {
|
||||
color: var(--muted-text-color);
|
||||
position: absolute;
|
||||
@ -165,7 +169,18 @@ const editorConfig = {
|
||||
'CutToNote',
|
||||
'Mathematics',
|
||||
'indentBlockShortcutPlugin',
|
||||
'removeFormatLinksPlugin'
|
||||
'removeFormatLinksPlugin',
|
||||
'WidgetTypeAround',
|
||||
'Widget',
|
||||
'DragDrop',
|
||||
'Clipboard',
|
||||
'ListEditing',
|
||||
'ListStyleEditing',
|
||||
'ListStyle',
|
||||
'HorizontalLine',
|
||||
'xy',
|
||||
'',
|
||||
'Math'
|
||||
],
|
||||
toolbar: {
|
||||
items: []
|
||||
|
Loading…
x
Reference in New Issue
Block a user