🎨 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:37:34 +08:00
parent 5e38fe4335
commit 3c67701681
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
9 changed files with 73 additions and 41 deletions

View file

@ -203,6 +203,8 @@ func getRefText(defBlockID string) string {
return block.Content
case "query_embed":
return "Query Embed Block " + block.Markdown
case "av":
return "Database " + block.Markdown
case "iframe":
return "IFrame " + block.Markdown
case "tb":