Skip to content

0.6.0

Latest

Choose a tag to compare

@ma2za ma2za released this 30 Aug 21:48
· 1 commit to main since this release

Loss-aware draft export

Version 0.6.0 adds read-only Substack draft backups as Markdown.

substack drafts export 12345
substack drafts export 12345 --output backup.md
substack --json drafts export 12345
result = api.export_draft_to_markdown(12345)

Exports preserve supported Markdown semantics. Unsupported nodes remain visible as versioned, URL-safe base64 JSON markers and are also returned in unsupported_nodes.

Existing files require --force. Export performs no server writes.

See the 0.6.0 release notes for the full details.