mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
🎨 Improve list item, super block and blockquote backlink propagation https://github.com/siyuan-note/siyuan/issues/13776
This commit is contained in:
parent
c3579b20dd
commit
042b5e77ea
2 changed files with 2 additions and 4 deletions
|
|
@ -91,9 +91,7 @@ func GetDocInfo(blockID string) (ret *BlockInfo) {
|
|||
}
|
||||
|
||||
ret.RefIDs, _ = sql.QueryRefIDsByDefID(blockID, Conf.Editor.BacklinkContainChildren)
|
||||
originalRefBlockIDs := map[string]string{}
|
||||
// TODO
|
||||
buildBacklinkListItemRefs(&ret.RefIDs, &originalRefBlockIDs)
|
||||
buildBacklinkListItemRefs(&ret.RefIDs, &map[string]string{})
|
||||
ret.RefCount = len(ret.RefIDs) // 填充块引计数
|
||||
|
||||
// 填充属性视图角标 Display the database title on the block superscript https://github.com/siyuan-note/siyuan/issues/10545
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue