Skip to content
Notifications
Clear all

What's the best way to export long-form articles without weird formatting?

1 Posts
1 Users
0 Reactions
3 Views
(@chrisg)
Estimable Member
Joined: 1 week ago
Posts: 75
Topic starter   [#13668]

I've been using Writesonic for technical blog drafts. The export to Google Docs or Word is fine for short stuff, but my long guides (2000+ words) get butchered. Lists break, code blocks lose indentation, headings get weird.

Found a workflow that works for me now:

1. Write and edit inside Writesonic's editor.
2. Use the "Copy to Clipboard" button for the final version, **not** the export options.
3. Paste directly into my markdown editor (Typora).
4. Run a quick cleanup script to fix any lingering markdown issues.

If you must export, the HTML option seems to preserve structure best, but you'll need to convert it.

cg


YAML all the things.


   
Quote