-
Notifications
You must be signed in to change notification settings - Fork 225
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
Userscripts local import/exports #83
Comments
I can see why dependencies could clutter the UI. I think we can figure out a way to handle this. I am not keen on giving the app universal file system access as the app sandbox is a requirement for the app store and other reasons. I do think there are viable options, like giving the user the ability to toggles dependencies in the UI, so that they still have a way to edit them in the editor if needed. Also, there is the option of checking the dependency file path on save and if it is outside the current security scope bookmark, create a new one. However could create issues if the ability to edit the dependency in the editor is still desired - the app would need to search all of these different file locations for the dependencies and then bring them into the sidebar on load.
This sound like a viable option for when I think the import/export system needs more thought before implementation. If you'd like to help with the feature planning, that would be appreciated. There's a beta build with the |
A decluttering system, in retrospect, makes much more sense than
Unique keys as in not being called (I'll try the beta tonight - thank you again for your hard work and quick responses!) |
Allow users to import other locally managed userscripts as dependencies, related #80
The text was updated successfully, but these errors were encountered: