{"id":13910988,"url":"https://github.com/luckman212/obsidian-plugin-downloader","last_synced_at":"2025-08-20T14:10:10.731Z","repository":{"id":151878749,"uuid":"396550144","full_name":"luckman212/obsidian-plugin-downloader","owner":"luckman212","description":"Search, download and explore the growing library of Obsidian plugins!","archived":false,"fork":false,"pushed_at":"2022-10-28T17:19:31.000Z","size":1617,"stargazers_count":27,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-16T01:25:46.892Z","etag":null,"topics":["obsidian","obsidian-md","obsidian-plugin"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/luckman212.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-08-16T00:38:02.000Z","updated_at":"2025-08-11T23:18:17.000Z","dependencies_parsed_at":"2023-05-13T09:00:35.172Z","dependency_job_id":null,"html_url":"https://github.com/luckman212/obsidian-plugin-downloader","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/luckman212/obsidian-plugin-downloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckman212%2Fobsidian-plugin-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckman212%2Fobsidian-plugin-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckman212%2Fobsidian-plugin-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckman212%2Fobsidian-plugin-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luckman212","download_url":"https://codeload.github.com/luckman212/obsidian-plugin-downloader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckman212%2Fobsidian-plugin-downloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271330292,"owners_count":24740815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"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"],"created_at":"2024-08-07T00:01:53.201Z","updated_at":"2025-08-20T14:10:10.699Z","avatar_url":"https://github.com/luckman212.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"![icon](icon.png)\n\n# Obsidian Plugin Downloader\n\n### Demo Video\n\nhttps://user-images.githubusercontent.com/1992842/129498054-6426ec90-5c12-4907-a5a0-f03988b15914.mp4\n\n### What?\n\nThis is a script to search, download and maintain a local repository of Obsidian plugins, which can be used as a reference for your own research and development.\n\n### Why?\n\nAs an absolute beginner to TypeScript, and a lover of [Obsidian](https://obsidian.md/) I often want to take a look at how someone has achieved a certain feature, called on an API, etc. A quick way to do that is by searching through the existing codebase of the ever growing library of plugins out there.\n\n### Setup\n\n1. First, set up your environment to have `jq`, `fzf`, and `gh`. On macOS the simplest way to do that is with Homebrew: `brew install jq fzf gh`.\n2. Copy the `obsidian-plugin-downloader.sh` script to a directory in your `$PATH`\n3. Make sure it's executable (`chmod +x obsidian-plugin-downloader.sh`)\n4. You can adjust the `$OUTDIR` variable to set the destination directory of your choice (default: `~/Downloads/obsidian-plugins`)\n\n### Run\n\n1. Open a Terminal window (bash, zsh, etc)\n2. Type `obsidian-plugin-downloader.sh`\n3. The list of plugins should be displayed. You can type in the search field at the top to filter the list—both the names and descriptions of the plugins are searchable.\n4. Choose one or more to download. You can move with the arrow keys, use \u003ckbd\u003e\u0026lt;TAB\u0026gt;\u003c/kbd\u003e to select/deselect, or press \u003ckbd\u003e⌃A\u003c/kbd\u003e / \u003ckbd\u003e⌃S\u003c/kbd\u003e to select/deselect all.\n5. Make your selections and press \u003ckbd\u003e\u0026lt;ENTER\u0026gt;\u003c/kbd\u003e\n6. Plugins should be downloaded!\n\n\u003e The script will automatically check to see if you have the latest version of the plugin, and will download newer versions as needed.\n\n### Next...\n\nIt's nice to have a tool like [`ripgrep`](https://github.com/BurntSushi/ripgrep) to search through the code if you are looking for API references etc. For example:\n\n```\nrg 'this.app.workspace.onLayoutReady' --glob '*.ts'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckman212%2Fobsidian-plugin-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluckman212%2Fobsidian-plugin-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckman212%2Fobsidian-plugin-downloader/lists"}