mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 Backlink count at the doc block title including sub-blocks https://github.com/siyuan-note/siyuan/issues/13791
This commit is contained in:
parent
ae7eaebf9e
commit
1a991bf20f
3 changed files with 8 additions and 11 deletions
|
|
@ -455,10 +455,9 @@ func getRefIDsByFileAnnotationID(c *gin.Context) {
|
|||
}
|
||||
|
||||
id := arg["id"].(string)
|
||||
refIDs, refTexts := model.GetBlockRefIDsByFileAnnotationID(id)
|
||||
refIDs := model.GetBlockRefIDsByFileAnnotationID(id)
|
||||
ret.Data = map[string][]string{
|
||||
"refIDs": refIDs,
|
||||
"refTexts": refTexts,
|
||||
"refIDs": refIDs,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue