Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Auto-Start Selected Python Scripts on Obsidian Launch #3

Open
mathe00 opened this issue Sep 30, 2024 · 0 comments
Open
Labels
help wanted Extra attention is needed

Comments

@mathe00
Copy link
Owner

mathe00 commented Sep 30, 2024

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:

  1. Script Paths in Settings:

    • Allow users to add paths to their desired scripts in the plugin settings.
  2. 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.
  3. 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.

@mathe00 mathe00 added the help wanted Extra attention is needed label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant