mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 03:28:07 +01:00
🎨 The backlink panel no longer displays child-block references https://github.com/siyuan-note/siyuan/issues/12861
This commit is contained in:
parent
c9f5a2de3d
commit
f708e99a74
19 changed files with 53 additions and 8 deletions
4
app/src/types/config.d.ts
vendored
4
app/src/types/config.d.ts
vendored
|
|
@ -341,6 +341,10 @@ declare namespace Config {
|
|||
* The default number of backlinks to mention
|
||||
*/
|
||||
backmentionExpandCount: number;
|
||||
/**
|
||||
* Whether the backlink contains children
|
||||
*/
|
||||
backlinkContainChildren: boolean;
|
||||
/**
|
||||
* The maximum length of the dynamic anchor text for block references
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue