Modify ↓
Opened 10 years ago
Closed 9 years ago
#12202 closed enhancement (fixed)
Exclude option for ListTagged macro
Reported by: | Ryan J Ollos | Owned by: | Steffen Hoffmann |
---|---|---|---|
Priority: | normal | Component: | TagsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
As can be seen on the 1.2 page, it would be useful to have an exclude option, exclude=tags/persistent
. The TitleIndex macro has a similar option.
Or is there another way?
Attachments (0)
Change History (3)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
I've found no other way than that.
ITagProvider.get_tagged_resources()
got some filtering to exclude wiki page template tags when developing for #9636, but as such it is currently limited to the wiki realm, and it doesn't support such flexible pattern matching like the TitleIndex
macro you mentioned as reference.
Note: See
TracTickets for help on using
tickets.
In [14787]:
TagsPlugin: Added exclude argument for ListTagged macro to allow resources selection using shell-style patterns, refs #12202.