🎨 Support find replace block ref anchor text https://github.com/siyuan-note/siyuan/issues/11978

This commit is contained in:
Daniel 2024-07-15 12:18:44 +08:00
parent 498cb1ba85
commit 509beee56d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
9 changed files with 28 additions and 0 deletions

View file

@ -612,6 +612,7 @@ export abstract class Constants {
"strong": true,
"inlineMath": false,
"inlineMemo": true,
"blockRef": false,
"kbd": true,
"mark": true,
"s": true,

View file

@ -2105,6 +2105,11 @@ declare namespace Config {
* @default true
*/
inlineMemo?: boolean;
/**
* Replace block refs
* @default false
*/
blockRef?: boolean;
/**
* Replace kdb elements
* @default true