Writers looking for a flexible, all‑in‑one workspace often ask how to use Coda. This guide shows you step‑by‑step how to set up outlines, track drafts, collaborate with editors, and export finished work. All instructions focus on real‑world Coda features, so you can start writing today.
Log in to Coda, click New doc, and choose the “Blank” template. Name it My Novel or whatever fits your project.
Use the left‑hand sidebar to add pages for Outline, Drafts, Research, and Notes. Click the plus sign (+) at the bottom of the sidebar, type the page name, and press Enter.
Open the doc menu (three dots) → Share. Add your editor’s email and give them Comment access. Keep the default Can edit for yourself.
On the Outline page, type /table and select “Table”. Name the table StoryOutline. Add columns:
Add a column TotalWords with the formula:
=Sum(thisTable.Filter(Status="Done").WordGoal)
This automatically sums word goals for finished chapters.
In the Drafts page, create a Section for each chapter. In the outline table, add a Link column with the formula:
=Hyperlink("drafts#" + thisRow.Chapter, "Go to draft")
Clicking the link jumps you to the corresponding draft section.
On the Drafts page, insert another table called Manuscript with columns:
Add a button column “New version” with the action:
ModifyRows(thisRow,
Text, thisRow.Text,
Version, thisRow.Version + 1,
Last edited, Now()
)
Each click saves a snapshot while keeping the previous version visible.
Open the doc menu → Version history. Coda lists every change with timestamps. You can restore a previous state with a single click.
Select any cell or text, then click the speech‑bubble icon on the right. Type your comment. Editors receive email notifications if you @mention them.
Insert a new table EditorChecklist with columns:
Sample items:
Doc menu → Publish → toggle “Publish to web”. Copy the link and share it. Readers can view the doc without editing rights.
When the manuscript is ready, go to the doc menu → Export → Microsoft Word (.docx). Coda retains headings, tables, and images.
Choose Export → PDF. In the options, set “Page size” to A5 for novel‑size printing.
Insert a /button with the action:
RunActions(
OpenWindow("https://substack.com/api/v1/posts/create?title=" + thisRow.Title + "&content=" + thisRow.Text)
)
This opens a new tab pre‑filled with your draft, ready for posting.
The table below compares Coda with two popular writing platforms: Scrivener and Google Docs. Numbers are based on the free tier limits (June 2026).
| Feature | Coda (Free) | Scrivener (30‑day trial) | Google Docs (Free) |
|---|---|---|---|
| Row limit | 1,000 rows per table | Unlimited (desktop only) | Unlimited cells |
| Rich‑text formatting | Full (headings, tables, embeds) | Full (but offline) | Basic |
| Real‑time collaboration | Yes, up to 50 guests | No (needs file sharing) | Yes, unlimited |
| Version history | 30 days retained | Manual snapshots | Unlimited |
| Export options | DOCX, PDF, HTML | DOCX, PDF, RTF | DOCX, PDF, ODT |
| Price for full features | $10/mo (Pro) | $49 (one‑time) | Free |
No. The free plan lets you create up to 1,000 rows per table and 50 docs, which is enough for most short‑form projects. For a full‑length novel you may hit the row limit, so a Pro or Team plan is recommended.
Yes. Use the “Export” button in the doc menu and choose Microsoft Word (.docx). The export keeps headings, tables, and images.
Coda saves every change automatically. The “Version history” panel lets you view, name, or restore any past version.
Absolutely. Invite editors via email, assign them Comment or Edit permissions, and they can leave inline comments or suggest changes.
Yes. Use the “Embed” block or paste a URL; Coda will render the content inline. PDFs appear as viewer blocks you can scroll through.
Coda gives writers a single place for outlines, drafts, research, and feedback. Follow the steps above, experiment with formulas, and you’ll have a living manuscript that grows with your story.