-
Notifications
You must be signed in to change notification settings - Fork 710
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
Suggestion: Category improvements #866
Comments
Since I worked on the original categories, I'm willing to help out here. It would be nice to get an idea of where people want to see this go. I can see different methods of categorization (and this is why I didn't implement anything on the theme side, since at the time I knew people would want to do different things with categories):
I certainly agree we can add more configuration options to specify category weights and a default category. And we should probably force users to pick either group categorization or lump categorization, which we could then turn into another option. |
How should uncategorized reflections work when the default category is in use? Say I have some category, "Foo," and I categorize some classes under it. If I set my default category to "Foo," I'd expect any uncategorized reflections to fall into that category. At that point, the category can't really be considered uncategorized since some classes were explicitly put there. |
When categorization was added in #566, there was nothing added to the built-in templates to make categories useful. The suggestion in #566 (comment) provides some guidance, but overall the solution has some issues:
As such, I would like to suggest the following improvements to categories:
I ended up implementing (1), (2), and (3) in a custom plugin I wrote for my project to work around a number of other issues:
Here's an example:
The text was updated successfully, but these errors were encountered: