mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-19 06:46:09 +01:00
🎨 Find-replace support file annotation ref elements https://github.com/siyuan-note/siyuan/issues/13013
This commit is contained in:
parent
4e6651c46e
commit
fa2f8ed7e5
16 changed files with 58 additions and 26 deletions
|
|
@ -622,6 +622,7 @@ export abstract class Constants {
|
|||
"inlineMath": false,
|
||||
"inlineMemo": true,
|
||||
"blockRef": false,
|
||||
"fileAnnotationRef": false,
|
||||
"kbd": true,
|
||||
"mark": true,
|
||||
"s": true,
|
||||
|
|
|
|||
4
app/src/types/config.d.ts
vendored
4
app/src/types/config.d.ts
vendored
|
|
@ -2138,6 +2138,10 @@ declare namespace Config {
|
|||
* @default false
|
||||
*/
|
||||
blockRef?: boolean;
|
||||
/**
|
||||
* Replace file annotation refs
|
||||
*/
|
||||
fileAnnotationRef?: boolean;
|
||||
/**
|
||||
* Replace kdb elements
|
||||
* @default true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue