diff --git a/app/src/config/query.ts b/app/src/config/query.ts index fbb80672b..56062ef6a 100644 --- a/app/src/config/query.ts +++ b/app/src/config/query.ts @@ -123,6 +123,15 @@ export const query = { + + + + + ${window.siyuan.languages.callout} [1] + + + + @@ -326,6 +335,7 @@ export const query = { mathBlock: (query.element.querySelector("#mathBlock") as HTMLInputElement).checked, table: (query.element.querySelector("#table") as HTMLInputElement).checked, blockquote: (query.element.querySelector("#blockquote") as HTMLInputElement).checked, + callout: (query.element.querySelector("#callout") as HTMLInputElement).checked, superBlock: (query.element.querySelector("#superBlock") as HTMLInputElement).checked, paragraph: (query.element.querySelector("#paragraph") as HTMLInputElement).checked, name: (query.element.querySelector("#name") as HTMLInputElement).checked,