mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-14 16:18:26 -05:00
feat(editor): add support for marking keyboard shortcuts
This commit is contained in:
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -118,7 +118,7 @@ function buildClassicToolbar(multilineToolbar: boolean) {
|
||||
{
|
||||
label: "Text formatting",
|
||||
icon: "text",
|
||||
items: ["underline", "strikethrough", "superscript", "subscript", "code"]
|
||||
items: ["underline", "strikethrough", "superscript", "subscript", "code", "kbd"]
|
||||
},
|
||||
"|",
|
||||
"fontColor",
|
||||
@@ -162,6 +162,7 @@ function buildFloatingToolbar() {
|
||||
"strikethrough",
|
||||
"superscript",
|
||||
"subscript",
|
||||
"kbd",
|
||||
"fontColor",
|
||||
"fontBackgroundColor",
|
||||
"code",
|
||||
|
||||
Reference in New Issue
Block a user