🎨 Backlink and backmention sort mode persistence (#16291)

fix https://github.com/siyuan-note/siyuan/issues/7764
This commit is contained in:
Jeffrey Chen 2025-11-06 09:33:20 +08:00 committed by GitHub
parent f45f2c7cdb
commit d14501178d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 46 additions and 15 deletions

View file

@ -362,6 +362,14 @@ declare namespace Config {
* Whether the backlink contains children
*/
backlinkContainChildren: boolean;
/**
* Backlink sort mode
*/
backlinkSort: number;
/**
* Backmention sort mode
*/
backmentionSort: number;
/**
* The maximum length of the dynamic anchor text for block references
*/