Canvas Troubleshooting
Canvas panel not opening
Canvas panel not opening
If you’ve sent a message but the canvas panel didn’t open on the right side of the screen:
- Check that the Canvas pill is toggled ON. Before sending your message, look at the tool pills in the prompt bar. The Canvas pill should be highlighted (active/blue). If it’s not, click it to activate it and resend your message.
- Use an explicit canvas prompt. ZeroTwo may not always infer that you want a canvas. Be direct: “Open a canvas and write…”, “Create a canvas document for…”, “Write this as a canvas:”
- Refresh the page. If the canvas pill is active but the panel still doesn’t open, try a hard refresh (Cmd/Ctrl+Shift+R) and resend.
- Check screen width. The canvas panel requires sufficient horizontal space. On a narrow browser window, the panel may be collapsed. Try widening your browser window or using a larger display.
AI writing in chat instead of canvas
AI writing in chat instead of canvas
Canvas is a suggestion, not a guarantee — the AI may choose to respond directly in the chat for short or simple answers, even when the Canvas pill is active.To reliably get canvas output, use explicit prompts:
- “Create a canvas document with…”
- “Write this in the canvas:”
- “Open a new canvas and draft…”
- “Make a canvas version of…”
- Long-form writing (articles, reports, essays)
- Code files and scripts
- Structured documents (tables, outlines)
- Diagrams and visual content
- Short factual answers
- Conversational replies
- Simple calculations or lookups
Wrong editor type opened (e.g., text instead of code)
Wrong editor type opened (e.g., text instead of code)
ZeroTwo has 7 canvas editor types. If the wrong one opened, the AI inferred the wrong type from your prompt.Specify the editor type explicitly:
- For code: “Create a Python canvas”, “Write this as a JavaScript code canvas”, “Open a code canvas for…”
- For diagrams: “Make a Mermaid diagram canvas”, “Create a flowchart canvas using Mermaid”
- For spreadsheets: “Open a spreadsheet canvas”, “Create a table canvas”
- For rich text: “Write a rich text canvas document”
- Rich text (default for prose)
- Code (syntax-highlighted, language-specific)
- Mermaid (diagrams: flowcharts, sequence, ER, etc.)
- Spreadsheet
- HTML preview
- Markdown
- Math (LaTeX)
Can't edit the canvas (read-only)
Can't edit the canvas (read-only)
The canvas editor should be fully editable. If it seems locked or read-only:
- Click inside the canvas panel to focus it. The editor requires focus before it accepts input. Click directly on the text content area.
- Look for the editing cursor. After clicking in the canvas, you should see a blinking text cursor.
- Try refreshing and reopening. If the canvas still won’t accept input after clicking, do a hard refresh (Cmd/Ctrl+Shift+R) and reopen the chat.
- Check if the canvas is loading. If the AI is still generating content, the canvas may be in a read-only streaming state. Wait for generation to complete, then try editing.
Shared canvas links (shared with others via a public URL) are read-only for viewers. Only the owner can edit. If you’re viewing a shared canvas, you’ll need your own copy to edit.
Inline edit toolbar not appearing
Inline edit toolbar not appearing
The inline edit toolbar (with formatting options like bold, italic, headings, etc.) appears when you select text in the rich text canvas:
- Select text by clicking and dragging across the text you want to format
- The toolbar should appear above or near your selection
- If it doesn’t appear: click somewhere else to deselect, wait a moment, then try selecting again
- Ensure you’re in the right editor type. The inline toolbar appears in the rich text and Markdown editors. Code canvases use a different formatting system. If you need a rich text toolbar, switch to the rich text editor.
- Try a slow, deliberate selection. Rapid mouse movements sometimes don’t register a proper text selection.
Mermaid diagram showing syntax error
Mermaid diagram showing syntax error
Mermaid diagrams require valid Mermaid syntax. If your diagram shows a red syntax error:The easiest fix:
Ask ZeroTwo directly in the chat: “Fix the Mermaid syntax error in this diagram” — ZeroTwo will review the code and correct the syntax.Manual debugging:Tip: Ask ZeroTwo to regenerate the diagram with a more specific prompt: “Regenerate this Mermaid flowchart with correct syntax showing…”
- In the canvas, switch to the code view (the left or source pane) to see the raw Mermaid code
- Check against the Mermaid documentation for valid syntax
- Common issues: missing semicolons, invalid arrow syntax, unsupported diagram type names, unclosed brackets
Export not working / download not starting
Export not working / download not starting
If clicking the export button doesn’t start a download:
- Allow downloads and pop-ups for zerotwo.ai. Some browsers block automatic file downloads. In Chrome: click the lock icon in the address bar → Site settings → ensure Downloads is “Allow” (not “Block”).
- Try a different export format. If PDF fails, try DOCX. If DOCX fails, try Markdown or plain text.
- Wait longer for PDF generation. Large documents take more time to render as PDF. After clicking export, wait 10–15 seconds before assuming it failed. The download may start after a brief delay.
- Refresh and try again. Do a hard refresh (Cmd/Ctrl+Shift+R), reopen the chat, and attempt the export again.
- Check your Downloads folder. The file may have downloaded but to an unexpected location. Search your file system for the document name.
Shared canvas link shows 'not found'
Shared canvas link shows 'not found'
Canvas Quick Reference
| Issue | Solution |
|---|---|
| Canvas panel not opening | Activate Canvas pill; use explicit canvas prompts |
| AI writes in chat instead | Use explicit prompts: “Create a canvas document with…” |
| Wrong editor type | Specify editor type in prompt (Python canvas, Mermaid canvas, etc.) |
| Can’t edit canvas | Click inside the canvas panel to focus it |
| Inline toolbar missing | Select text by clicking and dragging |
| Mermaid syntax error | Ask ZeroTwo to fix it, or check Mermaid docs manually |
| Export not working | Allow downloads in browser; try different format |
| Shared link shows not found | Check Settings → Data Controls → Shared Links |

