mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
🎨 Supports searching database blocks by the view title https://github.com/siyuan-note/siyuan/issues/9348
This commit is contained in:
parent
0014a5eea4
commit
adf432d7a0
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ 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"]),
|
||||
"indexAssetPath", "embedBlock", "database"]),
|
||||
|
||||
// 快捷键
|
||||
getLang(["keymap", "keymapTip2"].concat(Object.keys(Constants.SIYUAN_KEYMAP.general))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue