Modify ↓
Opened 18 years ago
Closed 18 years ago
#1018 closed defect (wontfix)
manage tags via macros
Reported by: | Ittay Dror | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | TagsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
it would be nice to have a [[Tag(sometag)]]
macro. main reason for me is that then i can tag pages with use of templates. e.g., [[T(TBD|something to consider)]]
will both add the comment 'something to consider' in the page, and tag it as 'tbd'.
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
Component: | TracHacks → TagsPlugin |
---|
comment:2 Changed 18 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
coderanger is 100% correct. The old behaviour was nightmarish.
Note: See
TracTickets for help on using
tickets.
This was the pervious behavior and has since been removed as too difficult to keep synchronized. With the introduction of contexts in 0.11, it might be easier, but I would suggest this be proposed as an enhancement in the templates instead.