{"id":27992715,"url":"https://github.com/rfpludwick/obsidian-export","last_synced_at":"2026-04-18T19:32:51.646Z","repository":{"id":291861045,"uuid":"977677837","full_name":"rfpludwick/obsidian-export","owner":"rfpludwick","description":"A utility written in Go to export Obsidian notes","archived":false,"fork":false,"pushed_at":"2025-07-01T02:59:26.000Z","size":7,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-05T20:59:55.033Z","etag":null,"topics":["obsidian"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rfpludwick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","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":"2025-05-04T18:30:50.000Z","updated_at":"2025-07-01T02:59:29.000Z","dependencies_parsed_at":"2025-05-06T23:18:47.676Z","dependency_job_id":"92d24a17-38f6-4c11-ab87-143c5e68f6ec","html_url":"https://github.com/rfpludwick/obsidian-export","commit_stats":null,"previous_names":["rfpludwick/obsidian-export"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rfpludwick/obsidian-export","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfpludwick%2Fobsidian-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfpludwick%2Fobsidian-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfpludwick%2Fobsidian-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfpludwick%2Fobsidian-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rfpludwick","download_url":"https://codeload.github.com/rfpludwick/obsidian-export/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfpludwick%2Fobsidian-export/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31982679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"],"created_at":"2025-05-08T18:41:05.592Z","updated_at":"2026-04-18T19:32:51.610Z","avatar_url":"https://github.com/rfpludwick.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# obsidian-export\n\nA utility written in Go to \"export\" Obsidian notes.\n\n## Problem\n\nI write my Obsidian notes as \"living\" documents with entries dated for each iteration\nof the meeting. For example, consider the following two files:\n\n**Standup.md**\n\n```markdown\n# Monday, May 5th, 2025\n\n## Notes\n\nThese are my standup notes.\n```\n\n**Journal.md**\n\n```markdown\n# Monday, May 5th, 2025\n\n## Notes\n\nThis is my journal.\n```\n\n## Solution\n\nI like to collect together all of my notes for summarization, but having notes from\nthe day strewn across so many files is cumbersome. So I vibe-coded this Go utility\nusing Copilot Chat. This utility exports to a single file like so:\n\n```markdown\n# Standup.md\n\n## Notes\n\nThese are my standup notes.\n\n---\n\n# Journal.md\n\n## Notes\n\nThis is my journal.\n```\n\nThis isn't specific to Obsidian; my approach to note taking can happen in any kind\nof Markdown editor. I named this repository for Obsidian because that's what I use!\n\n## CLI Flags\n\n- `-help`/`--help` - Show the CLI usage\n- `-vault-directory` - The Obsidian vault directory to use; defaults to `.`\n- `-start-date` - Specify the start date of entries to include in the export\n- `-end-date` - Specify the end date of entries to include in the export\n- `-output-file` - Specify the output file path to use for export; defaults to `output.md`\n- `-append` - Enable append mode on the output file; it truncates by default\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfpludwick%2Fobsidian-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frfpludwick%2Fobsidian-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfpludwick%2Fobsidian-export/lists"}