This page covers the most common issues with ZeroTwo’s Canvas Mode and how to resolve them quickly.Documentation Index
Fetch the complete documentation index at: https://docs.zerotwo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Activation Issues
Canvas Mode pill is not visible
Canvas Mode pill is not visible
- Make sure you are in a main chat view (
/cor/c/:chatId). Canvas Mode is not available in all views — it is not accessible from the Projects overview, settings pages, or the home screen. - If you are in a chat and the pill is still missing, try a hard refresh:
Cmd/Ctrl + Shift + R. - If the pill appears but is grayed out, your current plan may not include Canvas Mode access. Check your plan at Settings → Subscription.
- Try opening a new chat and checking there.
Canvas panel didn't open after sending my message
Canvas panel didn't open after sending my message
- Click the Canvas pill so it turns blue and is visibly highlighted.
- Send your message again.
AI Behavior Issues
AI wrote in the chat instead of the canvas
AI wrote in the chat instead of the canvas
- “Create a canvas document with…” instead of just asking a question
- “Open a canvas and write a blog post about X”
- “Make a canvas spreadsheet comparing…”
- “Write this as a canvas document, not in the chat”
Wrong editor type opened (e.g., text editor when I wanted code)
Wrong editor type opened (e.g., text editor when I wanted code)
| To open this editor | Include in your prompt |
|---|---|
| Rich Text | ”Write a document…” or “Draft a report…” |
| Code | ”Create a Python code canvas…” or “Write a JavaScript function in a code canvas…” |
| Spreadsheet | ”Make a spreadsheet…” or “Build a table with columns for…” |
| Mermaid Diagram | ”Create a Mermaid flowchart…” or “Draw a sequence diagram…” |
| HTML Preview | ”Build an HTML page…” or “Create a live HTML canvas…” |
AI keeps regenerating the entire canvas instead of just editing part
AI keeps regenerating the entire canvas instead of just editing part
- “Only change the second paragraph — make it shorter”
- “Add a new section at the end about pricing; leave the rest unchanged”
- “Replace the table in section 3 with a bullet list”
Inline Edit Issues
Inline edit toolbar is not appearing
Inline edit toolbar is not appearing
- Click directly on the text first to make sure the canvas is focused, then click and drag to select text.
- Avoid using keyboard shortcuts alone (
Shift + Arrow) as the initial focus — click first, then extend the selection. - Click elsewhere in the canvas to deselect, then try selecting again.
- Try refreshing the page if the toolbar is consistently missing.
Inline edit replaced more content than I selected
Inline edit replaced more content than I selected
- Select a smaller, more specific passage
- Add “only change the selected text, do not modify surrounding content” to your inline edit instruction
- Use
Cmd/Ctrl + Zimmediately to undo if the change was too broad, then try again with a smaller selection
Undo and History Issues
Undo is not working
Undo is not working
- Rich Text editor:
Cmd/Ctrl + Zfor undo,Cmd/Ctrl + Shift + Zfor redo. This uses BlockNote’s native history. Click inside the canvas first to ensure it is focused before pressing the shortcut. - Spreadsheet editor: Undo behavior may be limited. In-cell edits may not be fully undoable. For major changes, ask ZeroTwo to revert: “Restore the spreadsheet to before the last change.”
- All other editors (Code, Diagram, HTML): Use the undo/redo buttons in the canvas toolbar if available, not keyboard shortcuts.
Export Issues
Export not downloading or PDF generation fails
Export not downloading or PDF generation fails
- Wait up to 30 seconds — PDF generation for large documents can be slow.
- Try a different export format. If PDF is failing, try DOCX or Markdown.
- Check your browser’s download settings — some browsers block automatic downloads. Look for a blocked download notification in the URL bar and allow downloads from zerotwo.ai.
- Try in a different browser (Chrome, Firefox, Safari).
- If the canvas is very long, try exporting a shorter version first to confirm the feature is working.
Shared link shows 'not found'
Shared link shows 'not found'
Diagram Issues
Mermaid diagram not rendering or showing an error
Mermaid diagram not rendering or showing an error
- Node labels with spaces must be in quotes:
A["Label with spaces"] - Missing
endkeyword at the close of a subgraph - Wrong arrow syntax — flowcharts use
-->, sequence diagrams use->> - Unsupported characters in node labels (avoid
(),{},<>inside labels without quoting)
Diagram export is blank or empty
Diagram export is blank or empty
Performance Issues
Canvas is slow to load or update
Canvas is slow to load or update
- Rich Text: Very long documents (500+ paragraphs) may be slow. Break very long content into multiple canvases.
- HTML Preview: Remove heavy external libraries if they are not needed.
- Mermaid Diagrams: Very large diagrams (100+ nodes) render slowly. Simplify if performance is a concern.
- Try refreshing the page if the canvas appears frozen — ZeroTwo will reload the last saved state.
Still Need Help?
If your issue is not covered here:- Check the Canvas Overview to verify you are using the feature as intended
- Search the ZeroTwo documentation using the search bar
- Contact ZeroTwo support from Settings → Help & Support

