{"id":51532946,"url":"https://github.com/gapmiss/substack-clipper","last_synced_at":"2026-07-09T05:01:17.034Z","repository":{"id":365085810,"uuid":"1270309577","full_name":"gapmiss/substack-clipper","owner":"gapmiss","description":"An Obsidian.md plugin to archive Substack posts as Obsidian-flavored Markdown with images, media, and threaded comments.","archived":false,"fork":false,"pushed_at":"2026-06-25T22:03:25.000Z","size":83,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-26T00:05:09.709Z","etag":null,"topics":["obsidian","obsidian-md","obsidian-plugin","substack","substack-scraper"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gapmiss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-15T15:30:42.000Z","updated_at":"2026-06-25T22:03:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gapmiss/substack-clipper","commit_stats":null,"previous_names":["gapmiss/substack-clipper"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/gapmiss/substack-clipper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gapmiss%2Fsubstack-clipper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gapmiss%2Fsubstack-clipper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gapmiss%2Fsubstack-clipper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gapmiss%2Fsubstack-clipper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gapmiss","download_url":"https://codeload.github.com/gapmiss/substack-clipper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gapmiss%2Fsubstack-clipper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35287404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["obsidian","obsidian-md","obsidian-plugin","substack","substack-scraper"],"created_at":"2026-07-09T05:01:16.227Z","updated_at":"2026-07-09T05:01:17.023Z","avatar_url":"https://github.com/gapmiss.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Substack Clipper\n\nArchive Substack posts as Obsidian-flavored Markdown with images, media, and threaded comments.\n\n## Features\n\n- Saves any public Substack post as a Markdown note with YAML frontmatter\n- Downloads images, videos, audio, podcast episodes, transcripts, and PDF attachments\n- Fetches and renders threaded comments as a separate embeddable note\n- Media files use `![[wikilink]]` embeds for native Obsidian playback\n- Converts Substack footnotes to standard `[^N]` Markdown footnotes\n- Strips CDN URL prefixes for clean image references\n- Handles paywalled posts gracefully (saves the available preview)\n- Works on desktop and mobile\n\n## Installation\n\n[Install from community.obsidian.md](https://community.obsidian.md/plugins/substack-clipper)\n\nFrom Obsidian's settings or preferences:\n\n1. Community Plugins \u003e Browse\n2. Search for \"Substack Clipper\"\n\nManually:\n\n1. download the latest [release](https://github.com/gapmiss/substack-clipper/releases/latest) archive\n2. uncompress the downloaded archive\n3. move the `substack-clipper` folder to `/path/to/vault/.obsidian/plugins/` \n4.  Settings \u003e Community plugins \u003e reload **Installed plugins**\n5.  enable plugin\n\nor:\n\n1.  download `main.js`, `manifest.json` \u0026 `styles.css` from the latest [release](https://github.com/gapmiss/substack-clipper/releases/latest)\n2.  create a new folder `/path/to/vault/.obsidian/plugins/substack-clipper`\n3.  move all 3 files to `/path/to/vault/.obsidian/plugins/substack-clipper`\n4.  Settings \u003e Community plugins \u003e reload **Installed plugins**\n5.  enable plugin\n\n## Usage\n\n1. Open the command palette (`Ctrl/Cmd + P`).\n2. Run **Clip substack post**.\n3. Paste a Substack post URL (must contain `/p/` in the path).\n4. The plugin fetches the post, downloads media, and creates the note.\n\n### Output structure\n\n```\nSubstacks/\n  alice/\n    my-article.md\n    my-article-comments.md\n    my-article/\n      image.jpg\n      video.mp4\n      podcast.mp3\n      attachment.pdf\n```\n\nThe main note includes frontmatter with title, subtitle, type, audience, date, comment count, and links to all media. Comments are embedded via `![[slug-comments]]`.\n\n## Settings\n\n| Setting | Default | Description |\n|---------|---------|-------------|\n| Save directory | `Substacks` | Vault-relative folder for saved posts |\n| Download media | Off | Download videos, audio, podcasts, and transcripts (images and attachments always download) |\n| maxFileSize | `0` | Skip media files larger than this (MB). 0 = no limit. Only visible when downloadMedia is enabled. |\n| Download comments | Off | Fetch and save threaded comments |\n| Comment sort order | Most recent first | Sort order for comments (most recent, oldest, or best) |\n| Save raw JSON | Off | Save the raw Substack API JSON |\n| Save raw HTML | Off | Save the raw article HTML |\n\n## Building from source\n\n```bash\ngit clone https://github.com/gapmiss/substack-clipper.git\ncd substack-clipper\nnpm install\nnpm run build\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgapmiss%2Fsubstack-clipper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgapmiss%2Fsubstack-clipper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgapmiss%2Fsubstack-clipper/lists"}