Open
Description
I have a long list of tags, that is shown in the sidebar in full. Therefor I suggest the following features:
Limit number of tags
Add a config parameter limit:
.
Type is number.
Default is 0
.
If limit is 0
all tags will be shown.
The parameter specifies how many tags will be included from the top of the list, assuming that the list is sorted descending by the number of times a tag is used. Basically the 'top x' items.
Threshold for count
Add a config parameter treshold:
.
Type is number.
Default is 0
.
If treshold is 0
or 1
, then all tags will be shown.
The parameter specifies how many times a tag should have been used before it appears in the list. If, for example, treshold is 3
, then only tags that are used at least 3 times will be shown.
Metadata
Assignees
Labels
No labels