The Cronos Calendar doesn't have any way to tell which tags are in common use, which makes it difficult to select appropriate tags. I would recommend both having a central list (which could list by order of frequency), and a dropdown/suggestions list under the tag text field when adding an event.
Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T276350 Hard to tell what tags are available in Cronos | |||
| Open | None | T276666 Add Tag Cloud in Cronos | |||
| Open | Feature | None | T429842 Cronos list: show tags of each event (if you are not using any particular tag filter) for example the "Beginner Friendly" tag |
Event Timeline
Comment Actions
Yup!
Awesome idea. I've opened a talk page here. Let's add more items:
https://meta.wikimedia.org/wiki/Meta_talk:Wikimedia_CH/Cronos#Propose_some_awesome_Tags%21
Also it could be awesome to have a kind of "Tag cloud" with the most used tags, to maintain the above list. But this is another story.
Comment Actions
Update here :)
I've started working on your idea introducing an easy way to return a table like this from Lua:
{
{ tag = 'tag-foo', count = 2 },
{ tag = 'tag-bar', count = 5 },
...
}So the next step is to render this list, and... well... render a cute on-wiki Tag cloud!