Feat new categories and standardization & cleanup #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Further cleanup, new sub-categories, and more standardization
This update is not as major but includes a lot of general improvements for things. There are a couple of new categories added now that were requested.
I have also continued to standardize different things a bit more. The advanced filtering and filtering as a whole was improved to behave a bit more consistently and in a fashion that I think people would expect more. Before there were some quirks to it and how it operated, but now I think it should overall be pretty intuitive and a bit more enjoyable to use.
It now also has improved interaction with the inputs to make it faster and easier than ever to start filtering in more details.
Improvements were also made to the pasting of paths which contain quotes around them. To prevent those issues, quotes are now stripped. Even if they appear like they are there, they will strip when they are being saved. Otherwise live stripping quotes does work when typing or updating a path, it just requires some update to trigger the visual.
This should also now close out #18, and #19.