소스 검색

:art: Find replace supports selecting element types https://github.com/siyuan-note/siyuan/issues/9895

Daniel 1 년 전
부모
커밋
ef6598eaf8
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      app/src/constants.ts

+ 7 - 7
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