feat(editor): implement US-EDITOR-UX with global block selection, redesigned slash menu (favorites & preview), contextual placeholders, smart paste extended, turn into and undo/redo toasts

This commit is contained in:
Antigravity
2026-05-27 21:47:50 +00:00
parent e3cb1307d3
commit ad8b8b815e
9 changed files with 1112 additions and 157 deletions

View File

@@ -2320,9 +2320,28 @@
"slashLoading": "AI thinking...",
"slashTabAll": "All",
"slashCatBasic": "Basic blocks",
"slashCatText": "Text",
"slashCatMedia": "Media",
"slashCatData": "Data",
"slashCatEmbed": "Embed",
"slashCatFormatting": "Formatting",
"slashCatAi": "AI Note",
"placeholderH1": "Main heading...",
"placeholderH2": "Section heading...",
"placeholderH3": "Subsection heading...",
"placeholderTodo": "Add a task...",
"placeholderCode": "Write code...",
"placeholderQuote": "Capture a quote...",
"placeholderText": "Type '/' to insert a block...",
"smartPasteUrlTitle": "Link or Media Detected",
"smartPasteUrlHint": "What would you like to do with this link?",
"smartPasteUrlLink": "Paste as hyperlink",
"smartPasteUrlImage": "Insert as image",
"smartPasteUrlVideo": "Insert as video player",
"smartPastePlain": "Paste as plain text",
"smartPasteCodeTitle": "Source Code Detected",
"smartPasteCodeHint": "Source code was detected. Would you like to insert it as a code block?",
"smartPasteCodeBlock": "Insert as code block",
"insertImage": "Insert image",
"imageUrlPlaceholder": "https://example.com/image.png",
"preview": "Preview",

View File

@@ -2324,9 +2324,28 @@
"slashLoading": "IA Note réfléchit...",
"slashTabAll": "Tout",
"slashCatBasic": "Blocs de base",
"slashCatText": "Texte",
"slashCatMedia": "Médias",
"slashCatData": "Données",
"slashCatEmbed": "Intégré",
"slashCatFormatting": "Mise en forme",
"slashCatAi": "IA Note",
"placeholderH1": "Titre principal...",
"placeholderH2": "Titre de section...",
"placeholderH3": "Sous-titre...",
"placeholderTodo": "Ajouter une tâche...",
"placeholderCode": "Écrire du code...",
"placeholderQuote": "Saisir une citation...",
"placeholderText": "Tapez '/' pour insérer un bloc...",
"smartPasteUrlTitle": "Lien ou Média détecté",
"smartPasteUrlHint": "Que souhaitez-vous faire avec ce lien ?",
"smartPasteUrlLink": "Coller comme lien hypertexte",
"smartPasteUrlImage": "Insérer comme image",
"smartPasteUrlVideo": "Insérer comme lecteur vidéo",
"smartPastePlain": "Coller en texte brut",
"smartPasteCodeTitle": "Code source détecté",
"smartPasteCodeHint": "Du code source a été détecté. Souhaitez-vous l'insérer comme bloc de code ?",
"smartPasteCodeBlock": "Insérer comme bloc de code",
"insertImage": "Insérer une image",
"imageUrlPlaceholder": "https://exemple.com/image.png",
"preview": "Aperçu",