mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-13 20:28:50 +01:00
🎨 Backlink and backmention sort mode persistence (#16291)
fix https://github.com/siyuan-note/siyuan/issues/7764
This commit is contained in:
parent
f45f2c7cdb
commit
d14501178d
5 changed files with 46 additions and 15 deletions
8
app/src/types/config.d.ts
vendored
8
app/src/types/config.d.ts
vendored
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue