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
3c67701681
commit
0014a5eea4
2 changed files with 9 additions and 0 deletions
|
|
@ -1339,6 +1339,8 @@ func nSort(n *ast.Node) int {
|
|||
return 20
|
||||
case ast.NodeSuperBlock:
|
||||
return 30
|
||||
case ast.NodeAttributeView:
|
||||
return 30
|
||||
case ast.NodeText, ast.NodeTextMark:
|
||||
if n.IsTextMarkType("tag") {
|
||||
return 205
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue