From ef6598eaf83259671e83a11099dab9c6c0137311 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sun, 17 Dec 2023 12:17:35 +0800 Subject: [PATCH] :art: Find replace supports selecting element types https://github.com/siyuan-note/siyuan/issues/9895 --- app/src/constants.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/src/constants.ts b/app/src/constants.ts index a96098e34..4ebeb78bc 100644 --- a/app/src/constants.ts +++ b/app/src/constants.ts @@ -523,14 +523,14 @@ export abstract class Constants { "text": true, "img-text": true, "img-title": true, - "img-src": true, + "img-src": false, "a-text": true, "a-title": true, - "a-href": true, - "code": true, + "a-href": false, + "code": false, "em": true, "strong": true, - "inline-math": true, + "inline-math": false, "inline-memo": true, "kbd": true, "mark": true, @@ -540,9 +540,9 @@ export abstract class Constants { "tag": true, "u": true, "doc-title": true, - "code-block": true, - "math-block": true, - "html-block": true + "code-block": false, + "math-block": false, + "html-block": false }; // image