You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm looking for a solution that provides all the same outputs that are possible with {{topic>[tag]&[flags]}} except I want to be able to not have to specify [tag] and essentially get a list of all pages, with any tag.
I tried to marry this plugin with others, but I want the list of pages to also show the associated tags, so it has to be something that is Tag Plugin aware, or for Tag Plugin to just support this function internally.
I would expect it to work something like {{count>+}}, so maybe allow... {{topic>+&[flags]}} - show list of all pages containing any tags {{topic>ns1?+&[flags]}} - show list of all pages in ns1 namespace containing any tags {{topic>.?+&[flags]}} - show list of all pages in current namespace containing any tags
In a way {{searchtags}} gets this done, but it requires interaction. I would be happy with using {{searchtags}} if it was possible to pre-populate the search form and not show it to the user, and just show the output.
If there's already a way to accomplish this, hopefully without depending on outdated/abandoned plugins, let me know.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, I'm looking for a solution that provides all the same outputs that are possible with
{{topic>[tag]&[flags]}}
except I want to be able to not have to specify[tag]
and essentially get a list of all pages, with any tag.I tried to marry this plugin with others, but I want the list of pages to also show the associated tags, so it has to be something that is Tag Plugin aware, or for Tag Plugin to just support this function internally.
I would expect it to work something like
{{count>+}}
, so maybe allow...{{topic>+&[flags]}}
- show list of all pages containing any tags{{topic>ns1?+&[flags]}}
- show list of all pages in ns1 namespace containing any tags{{topic>.?+&[flags]}}
- show list of all pages in current namespace containing any tagsIn a way
{{searchtags}}
gets this done, but it requires interaction. I would be happy with using{{searchtags}}
if it was possible to pre-populate the search form and not show it to the user, and just show the output.If there's already a way to accomplish this, hopefully without depending on outdated/abandoned plugins, let me know.
Thanks!
The text was updated successfully, but these errors were encountered: