mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 05:32:33 +01:00
🎨 Support find replace block ref anchor text https://github.com/siyuan-note/siyuan/issues/11978
This commit is contained in:
parent
498cb1ba85
commit
509beee56d
9 changed files with 28 additions and 0 deletions
5
app/src/types/config.d.ts
vendored
5
app/src/types/config.d.ts
vendored
|
|
@ -2105,6 +2105,11 @@ declare namespace Config {
|
|||
* @default true
|
||||
*/
|
||||
inlineMemo?: boolean;
|
||||
/**
|
||||
* Replace block refs
|
||||
* @default false
|
||||
*/
|
||||
blockRef?: boolean;
|
||||
/**
|
||||
* Replace kdb elements
|
||||
* @default true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue