Releases: luckman212/obsidian-plugin-downloader
Releases · luckman212/obsidian-plugin-downloader
v1.1.0
Update
- The plugin list grew too large to process in-memory as vars/args, which was causing the script to fail
- I switched to a file-based method, which is actually better/faster because it can now cache the plugin JSON so it doesn't need to be fetched every time (cache expires and will be re-fetched after 10 minutes)
- Updated icon
- A few other minor changes, please report any issues!
v1.0.2
Very minor change, change variable name to OWNER instead of USER to avoid any conflict with system
v1.0.1
better parsing and handling of edge cases
- use plugin id instead of repo name to avoid collisions e.g.
obsidian-find-and-replace-in-selection - workaround for plugins with pipe
|in name e.g.larslockefeer/obsidian-plugin-todo
1.0.0
Zipped version.