mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-08 00:04:21 +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
|
|
@ -134,6 +134,7 @@
|
|||
"inlineMath": "Inline-Formel",
|
||||
"inlineMemo": "Inline-Notiz",
|
||||
"blockRef": "Referenz-Ankertext",
|
||||
"fileAnnotationRef": "PDF-Anmerkungsankertext",
|
||||
"kbd": "Tastatur",
|
||||
"mark": "Markierung",
|
||||
"s": "Durchgestrichen",
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@
|
|||
"inlineMath": "Inline formula",
|
||||
"inlineMemo": "Inline memo",
|
||||
"blockRef": "Ref anchor text",
|
||||
"fileAnnotationRef": "PDF annotation anchor text",
|
||||
"kbd": "Keyboard",
|
||||
"mark": "Mark",
|
||||
"s": "Strikethrough",
|
||||
|
|
|
|||
|
|
@ -133,7 +133,8 @@
|
|||
"strong": "negrita",
|
||||
"inlineMath": "Fórmula en línea",
|
||||
"inlineMemo": "Nota en línea",
|
||||
"blockRef": "texto de anclaje de referencia",
|
||||
"blockRef": "Texto de anclaje de referencia",
|
||||
"fileAnnotationRef": "Texto de anclaje de la anotación PDF",
|
||||
"kbd": "Teclado",
|
||||
"mark": "Marca",
|
||||
"s": "Tachado",
|
||||
|
|
|
|||
|
|
@ -133,7 +133,8 @@
|
|||
"strong": "Audacieux",
|
||||
"inlineMath": "Formule en ligne",
|
||||
"inlineMemo": "Mémo en ligne",
|
||||
"blockRef": "texte d'ancrage de référence",
|
||||
"blockRef": "Texte d'ancrage de référence",
|
||||
"fileAnnotationRef": "Texte d'ancrage de l'annotation PDF",
|
||||
"kbd": "Clavier",
|
||||
"mark": "Marquer",
|
||||
"s": "Barré",
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@
|
|||
"inlineMath": "מתמטיקה פנימית",
|
||||
"inlineMemo": "הערה פנימית",
|
||||
"blockRef": "טקסט עוגן ייחוס",
|
||||
"fileAnnotationRef": "טקסט עוגן של הערת PDF",
|
||||
"kbd": "מקלדת",
|
||||
"mark": "ציון",
|
||||
"s": "קו מחיקה",
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@
|
|||
"inlineMath": "Formula in linea",
|
||||
"inlineMemo": "Memo in linea",
|
||||
"blockRef": "Testo ancora di riferimento",
|
||||
"fileAnnotationRef": "Testo di ancoraggio dell'annotazione PDF",
|
||||
"kbd": "Tastiera",
|
||||
"mark": "Evidenzia",
|
||||
"s": "Barrato",
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@
|
|||
"inlineMath": "インライン数式",
|
||||
"inlineMemo": "インラインメモ",
|
||||
"blockRef": "アンカーテキストを引用する",
|
||||
"fileAnnotationRef": "PDF 注釈アンカーテキスト",
|
||||
"kbd": "キーボード",
|
||||
"mark": "ハイライト",
|
||||
"s": "取り消し線",
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@
|
|||
"inlineMath": "Formuła w linii",
|
||||
"inlineMemo": "Notatka w linii",
|
||||
"blockRef": "Tekst zakotwiczenia ref",
|
||||
"fileAnnotationRef": "Odnośnik do adnotacji PDF",
|
||||
"kbd": "Klawiatura",
|
||||
"mark": "Zaznacz",
|
||||
"s": "Przekreślenie",
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@
|
|||
"inlineMath": "Встраиваемая формула",
|
||||
"inlineMemo": "Встраиваемая заметка",
|
||||
"blockRef": "Текст анкора ссылки",
|
||||
"fileAnnotationRef": "Анкор текста аннотации PDF",
|
||||
"kbd": "Клавиатура",
|
||||
"mark": "Знак",
|
||||
"s": "Перечеркнуто",
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@
|
|||
"inlineMath": "行級公式",
|
||||
"inlineMemo": "行級備註",
|
||||
"blockRef": "引用錨文本",
|
||||
"fileAnnotationRef": "PDF 標註錨文本",
|
||||
"kbd": "鍵盤",
|
||||
"mark": "高亮",
|
||||
"s": "刪除",
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@
|
|||
"inlineMath": "行级公式",
|
||||
"inlineMemo": "行级备注",
|
||||
"blockRef": "引用锚文本",
|
||||
"fileAnnotationRef": "PDF 标注锚文本",
|
||||
"kbd": "键盘",
|
||||
"mark": "高亮",
|
||||
"s": "删除",
|
||||
|
|
|
|||
|
|
@ -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