mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-13 16:06:13 +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
|
|
@ -612,6 +612,7 @@ export abstract class Constants {
|
|||
"strong": true,
|
||||
"inlineMath": false,
|
||||
"inlineMemo": true,
|
||||
"blockRef": false,
|
||||
"kbd": true,
|
||||
"mark": true,
|
||||
"s": true,
|
||||
|
|
|
|||
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