Rewrite tags documentation
This branch includes a rewrite of the tags documentation, given the new capabilities of the tags plugin.
You might want to fix this small typo while rewriting:
https://github.com/squidfunk/mkdocs-material/blob/246266fafad2c2fdc78022c14f7f4b2df91167f3/docs/plugins/tags.md?plain=1#L558
As it should probably mean tags:
Thanks, @DanielHabenicht! Fixed in 8023ffef8.
Will this update provide a sort by tag-name capability as requested here? Is there an estimated availability date for this?
This is already available in Insiders via listings_sort_by, e.g.:
plugins:
- tags:
listings_sort_by: !!python/name:material.plugins.tags.item_title
You can also provide a custom comparison function.
I'm closing this PR, since we're not planning to move forward in this specific way. We're currently in the midst of a pretty big restructuring of our documentation, and it's just too early to consider for collaboration on new tags documentation.
@alexvoss you might consider using the diagrams in a tutorial, if they fit in the flow 😉