Dear Coda Community,
I’m developing an educational tool in Coda that combines AI and sketching functionality with content viewing. While I’ve successfully implemented these features within the doc, I’ve hit a technical barrier with the viewing interface.
The Problem:
I need users to simultaneously view content (Video/PDF/Webpage) and scroll through their notes. Currently, I have:
- Video/PDF content embedded in one column
- Notes section in a canvas column
- No vertical scroll functionality in the canvas column, which limits note-taking space
I’ve explored two potential solutions:
- Finding a way to add vertical scroll to the canvas column so the user can read/watch the content and scroll through their notes section while the content remains in a fixed location
- Creating a webpage with dual iFrames showing content and notes side by side
Current Implementation:
- Built a React application using dual iframes to display the same Coda document
- Set up proper embedding:
- Share → Publish enabled
- “Allow embedding” enabled
- Document visibility: “Anyone in workspace can view”
- Using standard embed URL format with viewMode=embedplay
Technical Blocker:
Despite following Coda’s documentation and implementing all recommended permissions, the document consistently gets blocked in the split-screen setup.
Key Questions:
- Is this type of dual-iframe implementation supported by Coda?
- Are there specific permissions needed from Coda to enable this functionality?
- Does anyone know how to implement vertical scrolling in a canvas column? This would be an ideal solution if possible.
I believe this tool could significantly enhance how Coda is used in education, but I need guidance on the best technical approach.
Best regards,
David