Modify ↓
#279 closed enhancement (fixed)
Use the tractags.parseargs API for the macro arguments?
Reported by: | Alec Thomas | Owned by: | John Hampton |
---|---|---|---|
Priority: | low | Component: | TracBlogPlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: |
Description
Not necessary, but I thought it could be useful to you. The syntax is different though, keyword arguments can accept lists/tuples or dictionaries.
eg.
[[BlogPost(tags=(blog, pacopablo), title="This is a cool title")]]
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [612]) * Converted to tractags.parseargs.parseargs for macro argument processing. Thanks for the suggestion alect. Closes #279