mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
🎨 Find replace supports selecting element types https://github.com/siyuan-note/siyuan/issues/9895
This commit is contained in:
parent
6850abe88a
commit
ef6598eaf8
1 changed files with 7 additions and 7 deletions
|
|
@ -523,14 +523,14 @@ export abstract class Constants {
|
||||||
"text": true,
|
"text": true,
|
||||||
"img-text": true,
|
"img-text": true,
|
||||||
"img-title": true,
|
"img-title": true,
|
||||||
"img-src": true,
|
"img-src": false,
|
||||||
"a-text": true,
|
"a-text": true,
|
||||||
"a-title": true,
|
"a-title": true,
|
||||||
"a-href": true,
|
"a-href": false,
|
||||||
"code": true,
|
"code": false,
|
||||||
"em": true,
|
"em": true,
|
||||||
"strong": true,
|
"strong": true,
|
||||||
"inline-math": true,
|
"inline-math": false,
|
||||||
"inline-memo": true,
|
"inline-memo": true,
|
||||||
"kbd": true,
|
"kbd": true,
|
||||||
"mark": true,
|
"mark": true,
|
||||||
|
|
@ -540,9 +540,9 @@ export abstract class Constants {
|
||||||
"tag": true,
|
"tag": true,
|
||||||
"u": true,
|
"u": true,
|
||||||
"doc-title": true,
|
"doc-title": true,
|
||||||
"code-block": true,
|
"code-block": false,
|
||||||
"math-block": true,
|
"math-block": false,
|
||||||
"html-block": true
|
"html-block": false
|
||||||
};
|
};
|
||||||
|
|
||||||
// image
|
// image
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue