Current: Tags are sorted based on the order they appear in the cards
Suggestion: Provide an optional way to specify the order in which tags should appear. Along the same lines, we can also allow specifying other properties such as color and if the tag is unticked by default
For example:
<cardstack searchable>
<tags>
<tag name="grade" color="#...." unticked />
<tag name="workload" color="#...." />
...
</tags>
<card header="**Start studying early**" tag="grade, workload">
It is better to ...
</card>
...
</cardstack>