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;
|
box-shadow: none !important;
|
||||||
padding: 0 0 0 5px !important;
|
padding: 0 0 0 5px !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
color: var(--muted-text-color);
|
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
transition: opacity .1s linear;
|
transition: opacity .1s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.attribute-list-editor.ck-content .mention {
|
||||||
|
color: var(--muted-text-color) !important;
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
.save-attributes-button {
|
.save-attributes-button {
|
||||||
color: var(--muted-text-color);
|
color: var(--muted-text-color);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -165,7 +169,18 @@ const editorConfig = {
|
|||||||
'CutToNote',
|
'CutToNote',
|
||||||
'Mathematics',
|
'Mathematics',
|
||||||
'indentBlockShortcutPlugin',
|
'indentBlockShortcutPlugin',
|
||||||
'removeFormatLinksPlugin'
|
'removeFormatLinksPlugin',
|
||||||
|
'WidgetTypeAround',
|
||||||
|
'Widget',
|
||||||
|
'DragDrop',
|
||||||
|
'Clipboard',
|
||||||
|
'ListEditing',
|
||||||
|
'ListStyleEditing',
|
||||||
|
'ListStyle',
|
||||||
|
'HorizontalLine',
|
||||||
|
'xy',
|
||||||
|
'',
|
||||||
|
'Math'
|
||||||
],
|
],
|
||||||
toolbar: {
|
toolbar: {
|
||||||
items: []
|
items: []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user