mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Supports searching database blocks by the view title https://github.com/siyuan-note/siyuan/issues/9348
This commit is contained in:
parent
5e38fe4335
commit
3c67701681
9 changed files with 73 additions and 41 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue