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",