You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changed the title [-]The backlink panel no longer displays child-block references[/-][+]Support child-blocks not being included in the backlink calculation[/+]on Oct 21, 2024
Activity
containChildren
for the kernel API/api/ref/getBacklinkDoc
#12299🎨 The backlink panel no longer displays child-block references #12861
🎨 The backlink panel no longer displays child-block references #12861
88250 commentedon Oct 21, 2024
这个改变会影响到部分用户的使用习惯,所以还是只能加个开关:
设置 - 编辑器 - 反向链接包含子块
启用后子块将被纳入到反向链接计算中
🎨 The backlink panel no longer displays child-block references #12861
[-]The backlink panel no longer displays child-block references[/-][+]Support child-blocks not being included in the backlink calculation[/+]cordinGH commentedon Nov 1, 2024
有个小问题需要修复一下:切换为「不包含子块」后,文档树上的引用计数不会生效(依旧是计算的包含子块)

88250 commentedon Nov 1, 2024
@cordinGH 感谢反馈,后续改进。
TCOTC commentedon Nov 2, 2024
能不能分开来做开关?如果引用计数不包含子块的话,一些情况就很难判断文档内容是否被引用了,容易误删。
88250 commentedon Nov 2, 2024
你说的有一定道理,文档树这个还是默认包含子块吧,不做调整了,谢谢。