🎨 Supports searching database blocks by the view title https://github.com/siyuan-note/siyuan/issues/9348

This commit is contained in:
Daniel 2023-10-05 12:45:34 +08:00
parent 0014a5eea4
commit adf432d7a0
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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))