Epic 6: Stories 6-2 (Markdown roundtrip) + 6-3 (Brainstorm PPTX + Canvas)
Story 6-2 — Markdown roundtrip export/import: - lib/editor/markdown-export.ts: tiptapHTMLToMarkdown, markdownToHTML, looksLikeMarkdown - lib/editor/markdown-paste-extension.ts: TipTap extension paste Markdown → blocs - note-editor-toolbar.tsx: export .md + import .md (file picker) - rich-text-editor.tsx: intégration MarkdownPasteExtension - 40 tests unitaires markdown-export.test.ts Story 6-3 — Brainstorm PPTX + Canvas: - lib/brainstorm/export-pptx.ts: génération PPTX 5 slides (pptxgenjs) - app/api/brainstorm/[sessionId]/export-pptx/route.ts: route POST protégée - brainstorm-page.tsx: bouton PPTX, auto-select session, fix emoji, fix router.replace - wave-canvas.tsx: fitTrigger recentrage, légende bas-droite Onboarding activation wizard (Story 6-1): - components/onboarding/: wizard multi-étapes, hints éditeur - app/api/onboarding/: route PATCH onboarding - prisma/migrations: champs onboarding user Locales: 15 langues mises à jour (brainstorm, markdown, onboarding keys) Sprint: 6-1 done, 6-2 review, 6-3 review Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -2176,7 +2176,12 @@
|
||||
"Italiano": "Italiano",
|
||||
"Chinois": "Chinês",
|
||||
"Japonais": "Japonês"
|
||||
}
|
||||
},
|
||||
"exportMarkdown": "Exportar como Markdown",
|
||||
"importMarkdown": "Importar Markdown",
|
||||
"markdownExportSuccess": "Nota exportada como Markdown",
|
||||
"markdownExportError": "Falha ao exportar a nota",
|
||||
"markdownImportSuccess": "Markdown importado com sucesso"
|
||||
},
|
||||
"brainstorm": {
|
||||
"title": "Waves of Thought",
|
||||
@@ -2306,7 +2311,16 @@
|
||||
"ownerBadge": "Owner",
|
||||
"waveBadge": "Wave {wave}",
|
||||
"quotaGuest": "O anfitrião da sessão atingiu o limite de IA. Peça-lhe para atualizar o plano.",
|
||||
"quotaHost": "Atingiu o limite de IA deste brainstorm. Atualize o plano para continuar."
|
||||
"quotaHost": "Atingiu o limite de IA deste brainstorm. Atualize o plano para continuar.",
|
||||
"downloadPptx": "PPTX",
|
||||
"downloadPptxDesc": "Baixar como PowerPoint",
|
||||
"pptxSuccess": "PPTX baixado",
|
||||
"pptxError": "Falha ao exportar PPTX",
|
||||
"fitToScreen": "Recentralizar",
|
||||
"legendWave1": "Variações",
|
||||
"legendWave2": "Analogias",
|
||||
"legendWave3": "Disrupções",
|
||||
"legendConverted": "Convertida"
|
||||
},
|
||||
"usageMeter": {
|
||||
"packName": "AI Discovery Pack",
|
||||
@@ -2762,5 +2776,96 @@
|
||||
"uploadError": "Erro ao enviar",
|
||||
"uploadFailed": "Falha no envio",
|
||||
"uploading": "Enviando..."
|
||||
},
|
||||
"onboarding": {
|
||||
"welcome_title": "Sua memória aumentada por IA",
|
||||
"welcome_subtitle": "Momento lembra o que você esquece.",
|
||||
"welcome_cta": "Começar",
|
||||
"skip": "Pular",
|
||||
"step_notes_title": "Suas notas",
|
||||
"step_notes_empty": "Você ainda não tem notas. Importe as suas ou comece com exemplos.",
|
||||
"step_notes_import": "Importar minhas notas",
|
||||
"step_notes_demo": "Criar 5 notas de exemplo",
|
||||
"step_notes_has_notes": "Você já tem {count} notas. Vamos descobrir a magia.",
|
||||
"step_notes_cta": "Minhas notas estão prontas",
|
||||
"step_aha_title": "Encontre o que você esqueceu",
|
||||
"step_aha_subtitle": "Faça uma pergunta. Encontre uma nota esquecida.",
|
||||
"step_aha_placeholder": "notas sobre produtividade...",
|
||||
"step_aha_cta": "Explorar Momento",
|
||||
"progress": "{current} de {total}",
|
||||
"creating_demo_notes": "Criando notas de exemplo...",
|
||||
"demo_notes_ready": "5 notas de exemplo criadas!",
|
||||
"badge_credits": "⚡ {count} créditos restantes",
|
||||
"badge_upgrade": "Atualizar para Pro →",
|
||||
"no_results": "Sem resultados — tente outra pesquisa.",
|
||||
"search_credit_used": "1 pesquisa utilizada",
|
||||
"quota_exceeded": "Cota de pesquisa atingida — atualize para Pro.",
|
||||
"step_aha_search_button": "Pesquisar",
|
||||
"step_aha_search_aria": "Pesquisar nas suas notas",
|
||||
"step_notes_hint": "💡 Estas notas alimentarão a demonstração de busca IA no próximo passo.",
|
||||
"step_features_title": "Seus superpoderes de IA",
|
||||
"step_features_subtitle": "Escolha por onde começar.",
|
||||
"step_features_cta": "Vamos lá!",
|
||||
"feature_search_title": "Busca semântica",
|
||||
"feature_search_desc": "Encontre qualquer nota por significado, não apenas por palavras-chave.",
|
||||
"feature_flashcards_title": "Flashcards IA",
|
||||
"feature_flashcards_desc": "Gere cartões de revisão SRS das suas notas com um clique.",
|
||||
"feature_brainstorm_title": "Brainstorming IA",
|
||||
"feature_brainstorm_desc": "Sessões de brainstorming colaborativo com IA.",
|
||||
"feature_chat_title": "Converse com suas notas",
|
||||
"feature_chat_desc": "Faça perguntas à sua base de conhecimento pessoal.",
|
||||
"feature_insights_title": "Insights semânticos",
|
||||
"feature_insights_desc": "Descubra conexões ocultas entre suas ideias.",
|
||||
"feature_export_title": "Exportação Markdown",
|
||||
"feature_export_desc": "Importe e exporte suas notas em formato Markdown padrão.",
|
||||
"welcome_title_name": "Olá {name} 👋",
|
||||
"import_formats": "Formatos aceites: .md, .txt",
|
||||
"import_error": "Não foi possível importar alguns ficheiros. Tente novamente.",
|
||||
"import_notes_ready": "{count} nota(s) importada(s)!",
|
||||
"action_write_title": "Escreva sua primeira nota real",
|
||||
"action_write_desc": "Crie uma nota e comece a capturar suas ideias.",
|
||||
"action_flashcards_title": "Gere seus primeiros flashcards",
|
||||
"action_flashcards_desc": "Abra uma nota e clique no botão flashcards.",
|
||||
"action_brainstorm_title": "Inicie um brainstorm IA",
|
||||
"action_brainstorm_desc": "Explore suas ideias com um agente IA.",
|
||||
"action_try": "Tentar",
|
||||
"step_features_cta_all": "Tudo pronto — vamos mergulhar!",
|
||||
"action_write_where": "Feche → clique em \"+ Nova nota\" na barra lateral",
|
||||
"action_flashcards_where": "Feche → abra uma nota → botão 🃏 na barra",
|
||||
"action_brainstorm_where": "Feche → seção \"Canvas\" na barra lateral",
|
||||
"pill_resume": "✨ Retomar visita",
|
||||
"action_done": "Testado!",
|
||||
"editor_hints_title": "Editor tips",
|
||||
"editor_hints_got_it": "Got it!",
|
||||
"hint_slash_title": "\"/\" command — insert blocks",
|
||||
"hint_slash_desc": "In the editor, type \"/\" to open the block menu: heading, list, code block, table, to-do list, and AI commands (Clarify, Shorten, Improve, Expand).",
|
||||
"hint_ai_title": "Built-in AI assistant",
|
||||
"hint_ai_desc": "Click the ✨ button in the toolbar to open the AI panel — ask questions, summarize, rewrite, or brainstorm directly in your note.",
|
||||
"hint_version_title": "Version history",
|
||||
"hint_version_desc": "Click the ⓘ button in the toolbar → \"Versions\" tab. Enable versioning, then save and restore snapshots of your note at any time.",
|
||||
"hint_flashcards_title": "Generate flashcards",
|
||||
"hint_flashcards_desc": "Click the 🎓 button in the toolbar to auto-generate flashcards from your note for spaced repetition review.",
|
||||
"hint_links_title": "Links between notes",
|
||||
"hint_links_desc": "Type \"[[\" in the editor to search and link to another note. Linked notes appear as backlinks at the bottom of the note.",
|
||||
"hint_create_note_title": "Create a note",
|
||||
"hint_create_note_desc": "Click the \"+\" button in the sidebar or press Ctrl+N to create a new note. Then start writing.",
|
||||
"hint_flip_title": "Flip the card",
|
||||
"hint_flip_desc": "Press Space (or click the card) to flip it and reveal the answer.",
|
||||
"hint_rate_keys_title": "Rate with keyboard",
|
||||
"hint_rate_keys_desc": "After flipping, press 1 (Hard), 2 (Difficult), 3 (Good) or 4 (Easy) to rate the card. The SM-2 algorithm schedules your next review automatically.",
|
||||
"hint_generate_from_note_title": "Generate from a note",
|
||||
"hint_generate_from_note_desc": "Open any note and click the 🎓 button in the toolbar to automatically generate flashcards from its content.",
|
||||
"hint_brainstorm_start_title": "Start with an idea",
|
||||
"hint_brainstorm_start_desc": "Type any concept or question in the input field and press Enter. The AI will generate a set of ideas around it.",
|
||||
"hint_brainstorm_deepen_title": "Deepen an idea",
|
||||
"hint_brainstorm_deepen_desc": "Click on any idea card to expand it with sub-ideas and explore it further.",
|
||||
"hint_brainstorm_export_title": "Export your session",
|
||||
"hint_brainstorm_export_desc": "When done, export the entire brainstorm session as a structured note saved to your notebook.",
|
||||
"hint_insights_clusters_title": "Note clusters",
|
||||
"hint_insights_clusters_desc": "Your notes are automatically grouped into thematic clusters. Click a cluster to explore the notes it contains.",
|
||||
"hint_insights_bridge_title": "Bridge notes",
|
||||
"hint_insights_bridge_desc": "Bridge notes connect multiple clusters. They are highlighted because they hold your knowledge graph together.",
|
||||
"hint_insights_refresh_title": "Refresh clusters",
|
||||
"hint_insights_refresh_desc": "If you've added new notes, click the refresh button to recalculate the clusters with the latest content."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user