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
I would like to propose a feature that allows users to run specific Python scripts automatically when Obsidian starts. This would be particularly useful for scripts that need to run continuously in the background, waiting for user actions or other events.
Proposed Features:
Script Paths in Settings:
Allow users to add paths to their desired scripts in the plugin settings.
Error Management:
Implement a mechanism to handle cases where a script is deleted or unavailable, so users can easily remove or invalidate these paths from the settings to avoid errors.
Run Entire Directory:
Provide an option to run all scripts located in a designated folder at startup, allowing users to organize their auto-start scripts efficiently.
This feature would enhance the usability of the plugin, making it easier for users to automate tasks without needing to manually start each script every time they launch Obsidian.
The text was updated successfully, but these errors were encountered:
Description:
I would like to propose a feature that allows users to run specific Python scripts automatically when Obsidian starts. This would be particularly useful for scripts that need to run continuously in the background, waiting for user actions or other events.
Proposed Features:
Script Paths in Settings:
Error Management:
Run Entire Directory:
This feature would enhance the usability of the plugin, making it easier for users to automate tasks without needing to manually start each script every time they launch Obsidian.
The text was updated successfully, but these errors were encountered: