Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konhi/obsidian-repositories-downloader
📦 • learn, analyze and inspire from every obsidian.md plugin!
https://github.com/konhi/obsidian-repositories-downloader
downloader obsidian obsidian-md
Last synced: 3 months ago
JSON representation
📦 • learn, analyze and inspire from every obsidian.md plugin!
- Host: GitHub
- URL: https://github.com/konhi/obsidian-repositories-downloader
- Owner: konhi
- License: mit
- Created: 2021-08-29T16:16:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T18:11:01.000Z (over 1 year ago)
- Last Synced: 2024-10-15T07:33:23.243Z (3 months ago)
- Topics: downloader, obsidian, obsidian-md
- Language: JavaScript
- Homepage: https://obsidian.md
- Size: 119 KB
- Stars: 28
- Watchers: 1
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
📩 Obsidian Repositories Downloader
Learn, analyze and inspire from every obsidian.md plugin! Downloads every available Obsidian plugin (<1GB).
🔎 This allows to easily search and analyze other plugins. It's especially useful as Obsidian API isn't yet documented and GitHub search doesn't work as expected.
🌳 Generates a nice tree structure!## 🔨 Other Tools
- [Everything](https://www.voidtools.com/): advanced search
- [obsidian-plugin-downloader](https://github.com/luckman212/obsidian-plugin-downloader): similiar tool written in Shell## 👾 Usage
```bash
git clone https://github.com/konhi/obsidian-repositories-downloader.git
cd obsidian-repositories-downloader
npm start
```- Tested with `node v12.22.7`.
- In case of any problems, you may try updating your nodejs version to newest. ([see this issue](https://github.com/konhi/obsidian-repositories-downloader/issues/2)). You may also try using [this shell tool](https://github.com/luckman212/obsidian-plugin-downloader).