You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First community-plugins submission release. Run configured local scripts from Obsidian with prompted parameters, a GitHub-hosted script catalog, and per-script command-palette entries.
Community-plugin submission prep: add GPL-3.0 license and versions.json, expand security and privacy disclosures in the README, and reduce reliance on undocumented Obsidian APIs.
Auto-detect the Downloads folder used by {{downloads}}/{{latestDownload}}: honors XDG user-dirs on Linux and adds an optional Downloads folder override in settings, so relocated or localized folders resolve correctly on Windows, macOS, and Linux.
Cross-platform venv defaults: forward-slash default virtual environment path and automatic Python interpreter fallback (python/py/python3), so the plugin works on Windows, macOS, and Linux without manual configuration.
Fix removing a catalog preset so the script can be downloaded again (full uninstall), self-heal install records whose preset was already removed, and make each script's settings collapsible.