Quote:
Originally Posted by BetterRed
The Tag browser partitioning uses first letter. In this instance that would be inappropriate because there are fewer items, the values are known, and they are relatively static; I would much prefer first letter ranges so that all the 'C's etc are in the same group, e.g. for English
A - B
C - E
F - O
P - S
T - Z
|
The tag browser already uses first letter ranges if you ask it to. Example:
If also provides nearly-fixed-size ranges, as in:
The reason for "nearly" is hierarchical items. Those can't be separated so it splits after them, making the partition size value a minimum.
When partitioning in this manner the label is set by a template in Tweaks. You could use an arrow instead of a dash if you want. The above is generated with this tweak value:
Code:
categories_collapsed_name_template = '{first.sort:substr(0,4)} - {last.sort:substr(0,4)}'
Quote:
Re plugins, this is what I have right now:
If I add a plugin that list will collapse to this,
If I then remove it will expand again - I recognise it's a border line case, and that most user will have more than 9 plugins installed, but for the minimalists on on the border it is irritating. Maybe a Tweak could be provided to prevent that happening, e.g.
Code:
Collapse AA's list of plugins if there are more than N plugins.
I'd set N to 1.
|
I already said I won't add an option to control the partition size.
If more people than you care then I will look at always collapsing even if the count is less than the partition size. That would be equivalent to you setting N to 1.