Replies: 2 comments 3 replies
-
Thanks, glad the functionality is useful to you! I'm not sure I understand your request though. Could you maybe create a quick mockup / screenshot that explains what you're aiming for? |
Beta Was this translation helpful? Give feedback.
-
Disclaimer: I'm really bad at playing with drawing tools and I'm still not really clear about how to implement my idea. do not forget my goal: make the tags more prominent in the global UI and more specifically in search. Opening the search bar, add the tags icon on the right: Clicking on the icon: display list of available tags or a glossary view that allow end-user pick ones (with AND behavior) and filtering on search result automatically adding the adequated syntax. Example on your doc website, even if you don't have tags: https://squidfunk.github.io/mkdocs-material/blog/2021/09/26/excluding-content-from-search/?q=%2Bsearch+%2Btag Example of glossary view that I've in mind for this and tags index: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm pretty fan of the tags system and its impact on the search plugin but I think the tags index is quite unreachable for a documentation website using the theme.
It could be more visible and accessible through the search bar using the default tag icon. It deserves it, don't you think? 😉
Clicking on this con could lead to the tags index page or, I'm a dreamer, switching the search preview to a list of clickable tags filtering the lunr search (with something like
+tags:{selected_tag} search term
).Beta Was this translation helpful? Give feedback.
All reactions