diff --git a/app/src/protyle/gutter/index.ts b/app/src/protyle/gutter/index.ts index aa11682fe..3fad440c0 100644 --- a/app/src/protyle/gutter/index.ts +++ b/app/src/protyle/gutter/index.ts @@ -626,14 +626,14 @@ export class Gutter { selectsElement, type: "Blocks2Blockquote" })); - turnIntoSubmenu.push(this.turnsIntoOne({ - menuId: "callout", - icon: "iconCallout", - label: window.siyuan.languages.callout, - protyle, - selectsElement, - type: "Blocks2Callout" - })); + // turnIntoSubmenu.push(this.turnsIntoOne({ + // menuId: "callout", + // icon: "iconCallout", + // label: window.siyuan.languages.callout, + // protyle, + // selectsElement, + // type: "Blocks2Callout" + // })); } turnIntoSubmenu.push(this.turnsInto({ menuId: "paragraph", @@ -1015,14 +1015,14 @@ export class Gutter { selectsElement: [nodeElement], type: "Blocks2Blockquote" })); - turnIntoSubmenu.push(this.turnsIntoOne({ - menuId: "callout", - icon: "iconCallout", - label: window.siyuan.languages.callout, - protyle, - selectsElement: [nodeElement], - type: "Blocks2Callout" - })); + // turnIntoSubmenu.push(this.turnsIntoOne({ + // menuId: "callout", + // icon: "iconCallout", + // label: window.siyuan.languages.callout, + // protyle, + // selectsElement: [nodeElement], + // type: "Blocks2Callout" + // })); turnIntoSubmenu.push(this.turnsInto({ menuId: "heading1", icon: "iconH1", @@ -1102,14 +1102,14 @@ export class Gutter { selectsElement: [nodeElement], type: "Blocks2Blockquote" })); - turnIntoSubmenu.push(this.turnsIntoOne({ - menuId: "callout", - icon: "iconCallout", - label: window.siyuan.languages.callout, - protyle, - selectsElement: [nodeElement], - type: "Blocks2Callout" - })); + // turnIntoSubmenu.push(this.turnsIntoOne({ + // menuId: "callout", + // icon: "iconCallout", + // label: window.siyuan.languages.callout, + // protyle, + // selectsElement: [nodeElement], + // type: "Blocks2Callout" + // })); if (subType !== "h1") { turnIntoSubmenu.push(this.turnsInto({ menuId: "heading1", @@ -1202,14 +1202,14 @@ export class Gutter { selectsElement: [nodeElement], type: "Blocks2Blockquote" })); - turnIntoSubmenu.push(this.turnsIntoOne({ - menuId: "callout", - icon: "iconCallout", - label: window.siyuan.languages.callout, - protyle, - selectsElement: [nodeElement], - type: "Blocks2Callout" - })); + // turnIntoSubmenu.push(this.turnsIntoOne({ + // menuId: "callout", + // icon: "iconCallout", + // label: window.siyuan.languages.callout, + // protyle, + // selectsElement: [nodeElement], + // type: "Blocks2Callout" + // })); if (nodeElement.getAttribute("data-subtype") === "o") { turnIntoSubmenu.push(this.turnsOneInto({ menuId: "list", diff --git a/app/src/protyle/hint/extend.ts b/app/src/protyle/hint/extend.ts index be76df755..9b6044005 100644 --- a/app/src/protyle/hint/extend.ts +++ b/app/src/protyle/hint/extend.ts @@ -130,13 +130,13 @@ export const hintSlash = (key: string, protyle: IProtyle) => { id: "quote", value: "> " + Lute.Caret, html: `