mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 搜索结果高亮支持大部分行级元素 https://github.com/siyuan-note/siyuan/issues/6745
This commit is contained in:
parent
92b88154fb
commit
7c40b44a15
9 changed files with 35 additions and 17 deletions
|
|
@ -269,6 +269,10 @@ func getRefIDs(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
if nil == arg["id"] {
|
||||
arg["id"] = ""
|
||||
}
|
||||
|
||||
id := arg["id"].(string)
|
||||
refIDs, refTexts, defIDs := model.GetBlockRefIDs(id)
|
||||
ret.Data = map[string][]string{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue