mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 00:14:07 +01:00
This commit is contained in:
parent
78f79af636
commit
d3878e947c
11 changed files with 77 additions and 34 deletions
|
|
@ -80,39 +80,37 @@ export class Options {
|
|||
toolbar: isMobile() ? [
|
||||
"block-ref",
|
||||
"a",
|
||||
"text",
|
||||
"|",
|
||||
"strong",
|
||||
"em",
|
||||
"u",
|
||||
"s",
|
||||
"mark",
|
||||
"|",
|
||||
"tag",
|
||||
"code",
|
||||
"tag",
|
||||
"inline-memo",
|
||||
"inline-math",
|
||||
"|",
|
||||
"inline-memo",
|
||||
"text",
|
||||
"clear",
|
||||
] : [
|
||||
"block-ref",
|
||||
"a",
|
||||
"text",
|
||||
"|",
|
||||
"strong",
|
||||
"em",
|
||||
"u",
|
||||
"s",
|
||||
"mark",
|
||||
"|",
|
||||
"sup",
|
||||
"sub",
|
||||
"kbd",
|
||||
"|",
|
||||
"tag",
|
||||
"code",
|
||||
"kbd",
|
||||
"tag",
|
||||
"inline-memo",
|
||||
"inline-math",
|
||||
"|",
|
||||
"inline-memo",
|
||||
"text",
|
||||
"clear"
|
||||
],
|
||||
typewriterMode: false,
|
||||
upload: {
|
||||
|
|
@ -236,6 +234,12 @@ export class Options {
|
|||
hotkey: window.siyuan.config.keymap.editor.insert.font.custom,
|
||||
icon: "iconFont",
|
||||
tipPosition: "n",
|
||||
}, {
|
||||
name: "clear",
|
||||
lang: "clearFontStyle",
|
||||
hotkey: window.siyuan.config.keymap.editor.insert.clearFontStyle.custom,
|
||||
icon: "iconClear",
|
||||
tipPosition: "n",
|
||||
}, {
|
||||
name: "|",
|
||||
}];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue