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

Add a user editable list of plugin names to skip #258

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Julix91
Copy link

@Julix91 Julix91 commented Feb 4, 2020

Adds an input field:

Screen Shot 2020-02-04 at 3 07 40 PM

When Plugin Name(s) is(/are) entered (separated by ;) then those plugins get skipped.

@Julix91
Copy link
Author

Julix91 commented Feb 4, 2020

Related to (but not quite the same as) #67

@Julix91
Copy link
Author

Julix91 commented Feb 5, 2020

Updated it some more while actually using it. Found the input couldn't hold enough plugins easily.
This doesn't break when using newlines as well, but it does seem to compress them on save.

Screen Shot 2020-02-04 at 5 57 06 PM

(meaning that

Plugin 1;
Plugin 2;

is also perfectly valid.)

This is by far not the best solution yet - there should be a list of plugins with checkmarks for whether we want to include them or not - but that's more work than I could contribute today and I needed to get this task done. Hope that this is better than having no control over skipping any.

@jeffpaul jeffpaul added this to the Future Release milestone Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants