From 35081c1e9b83c4db270e9683c1f28e0277613173 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 2 Mar 2023 11:17:36 +0800 Subject: [PATCH] :sparkles: https://github.com/siyuan-note/siyuan/issues/7536 --- app/src/protyle/hint/extend.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/protyle/hint/extend.ts b/app/src/protyle/hint/extend.ts index 6de45f973..0cfee2e58 100644 --- a/app/src/protyle/hint/extend.ts +++ b/app/src/protyle/hint/extend.ts @@ -36,6 +36,10 @@ export const hintSlash = (key: string, protyle: IProtyle) => { filter: ["嵌入块", "qianrukuai", "qrk", "embed block"], value: "{{", html: `
${window.siyuan.languages.blockEmbed}{{
`, + }, { + filter: ["属性试图", "shuxingshitu", "sxst", "attribute view"], + value: '
', + html: `
TODO
`, }, { filter: ["文档", "子文档", "wendang", "wd", "ziwendang", "zwd", "xjwd"], value: Constants.ZWSP + 4,