mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-05 23:21:54 +08:00
feat(editor): add keyboard style button
This commit is contained in:
parent
80da713a7e
commit
aac822cf80
@ -75,6 +75,7 @@ import { Mermaid } from "../../ckeditor5-mermaid/src/index";
|
|||||||
|
|
||||||
import '../../ckeditor5-footnotes/src/footnote.css';
|
import '../../ckeditor5-footnotes/src/footnote.css';
|
||||||
import { Footnotes } from '../../ckeditor5-footnotes';
|
import { Footnotes } from '../../ckeditor5-footnotes';
|
||||||
|
import Kbd from "../../ckeditor5-keyboard-marker/src/Kbd";
|
||||||
|
|
||||||
export const COMMON_PLUGINS = [
|
export const COMMON_PLUGINS = [
|
||||||
// essentials package expanded to allow selectively disable Enter and ShiftEnter
|
// essentials package expanded to allow selectively disable Enter and ShiftEnter
|
||||||
@ -147,7 +148,8 @@ export const COMMON_PLUGINS = [
|
|||||||
Math,
|
Math,
|
||||||
AutoformatMath,
|
AutoformatMath,
|
||||||
Footnotes,
|
Footnotes,
|
||||||
Mermaid
|
Mermaid,
|
||||||
|
Kbd
|
||||||
];
|
];
|
||||||
|
|
||||||
export const COMMON_SETTINGS = { };
|
export const COMMON_SETTINGS = { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user