feat: Find & Replace dans l'éditeur (Ctrl+F) + corrections Toggle/Callout/Outline
Some checks failed
CI / Lint, Unit Tests & Build (push) Failing after 1m31s
CI / Deploy production (on server) (push) Has been skipped

- Find & Replace : barre flottante Ctrl+F, recherche instantanée synchrone
  - Highlights ProseMirror (jaune = match, orange = actif)
  - Scroll vers le match sans voler le focus de l'input
  - Options: sensible à la casse, regex
  - Remplacer / Tout remplacer
  - i18n FR/EN complet
- Toggle/Callout/Outline: corrections bugs + design
This commit is contained in:
Antigravity
2026-06-14 17:19:51 +00:00
parent 2723e06b80
commit 5246ed41e9
5 changed files with 348 additions and 0 deletions

View File

@@ -2416,6 +2416,17 @@
"outlineTitle": "Outline",
"outlineEmpty": "Add headings (H1, H2, H3) to generate the outline",
"outlineDelete": "Delete outline",
"findReplaceTitle": "Find",
"findPlaceholder": "Find in note...",
"replacePlaceholder": "Replace with...",
"replace": "Replace",
"replaceAll": "Replace all",
"findNext": "Next match",
"findPrev": "Previous match",
"findCaseSensitive": "Case sensitive",
"findWholeWord": "Whole word",
"findRegex": "Regular expression",
"findReplaceToggle": "Show/Hide replace",
"calloutDelete": "Delete callout",
"calloutUnwrap": "Disable callout",
"calloutInfo": "Information",