v0.1.0
Initial public release.
Three install surfaces
- CLI —
npx claude-exporter <chat-url-or-id>(alsonpm install -g). - Obsidian plugin — install via BRAT from
glebmish/claude-exporter; assets attached to this release (main.js,manifest.json). - Chrome extension — download
claude-exporter-extension-v0.1.0.zip, unzip, load unpacked atchrome://extensions.
What it does
- Exports any single Claude.ai conversation by URL to Markdown.
- Two flavors:
standardandobsidian(callouts + wikilink anchors). - Artifacts extracted to separate files, linked from the note.
- Inline citations + a consolidated links section annotated by source tool.
- Tool-use rendered as collapsible callouts with duration + integration name.
- Active-branch filtering (only the branch you kept ends up in the note).
- Templated chat / artifact filenames with
{{title}},{{created}}, etc. - Optional AI enrichment via local
claudeCLI: TOC, per-topic recap, key topics. - Incremental re-export — existing TOC entries are reused; only new messages cost tokens.
Requirements
- Node 18+ for the CLI.
- Chrome 88+ (Manifest V3) for the extension.
- Obsidian 1.5.0+ (desktop only) for the plugin.