mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
🎨 Enable all find-replace types by default https://github.com/siyuan-note/siyuan/issues/13714
This commit is contained in:
parent
d8aa5b24c2
commit
c8f80b6afd
1 changed files with 9 additions and 9 deletions
|
|
@ -657,17 +657,17 @@ export abstract class Constants {
|
||||||
"text": true,
|
"text": true,
|
||||||
"imgText": true,
|
"imgText": true,
|
||||||
"imgTitle": true,
|
"imgTitle": true,
|
||||||
"imgSrc": false,
|
"imgSrc": true,
|
||||||
"aText": true,
|
"aText": true,
|
||||||
"aTitle": true,
|
"aTitle": true,
|
||||||
"aHref": false,
|
"aHref": true,
|
||||||
"code": false,
|
"code": true,
|
||||||
"em": true,
|
"em": true,
|
||||||
"strong": true,
|
"strong": true,
|
||||||
"inlineMath": false,
|
"inlineMath": true,
|
||||||
"inlineMemo": true,
|
"inlineMemo": true,
|
||||||
"blockRef": false,
|
"blockRef": true,
|
||||||
"fileAnnotationRef": false,
|
"fileAnnotationRef": true,
|
||||||
"kbd": true,
|
"kbd": true,
|
||||||
"mark": true,
|
"mark": true,
|
||||||
"s": true,
|
"s": true,
|
||||||
|
|
@ -676,9 +676,9 @@ export abstract class Constants {
|
||||||
"tag": true,
|
"tag": true,
|
||||||
"u": true,
|
"u": true,
|
||||||
"docTitle": true,
|
"docTitle": true,
|
||||||
"codeBlock": false,
|
"codeBlock": true,
|
||||||
"mathBlock": false,
|
"mathBlock": true,
|
||||||
"htmlBlock": false
|
"htmlBlock": true
|
||||||
};
|
};
|
||||||
|
|
||||||
// image
|
// image
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue