🎨 Improve settings search https://ld246.com/article/1698156346668
This commit is contained in:
parent
48f2e80759
commit
7c3f81b830
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ export const initConfigSearch = (element: HTMLElement, app: App) => {
|
|||
// 搜索
|
||||
getLang(["search", "searchLimit", "searchLimit1", "memo", "name", "alias", "keywordsLimit",
|
||||
"doc", "headings", "list1", "listItem", "code", "math", "table", "quote", "superBlock", "paragraph",
|
||||
"indexAssetPath", "embedBlock", "database"]),
|
||||
"indexAssetPath", "embedBlock", "database", "searchBackmention", "searchVirtualRef", "searchBlockAttr",
|
||||
"searchBlockType", "searchCaseSensitive"]),
|
||||
|
||||
// 快捷键
|
||||
getLang(["keymap", "keymapTip2"].concat(Object.keys(Constants.SIYUAN_KEYMAP.general))
|
||||
|
|
Loading…
Add table
Reference in a new issue