Feature #555
Wiki macros
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Resolution: | Fixed |
Description
It would be nice to have support for some common "macros", like e.g.:
- Table of Content
- Include another page
- Perform some search (e.g. get tickets assigned to the user viewing the page)
- etc.
Trac, for example, supports the following:
History
#1 Updated by Jean-Philippe Lang over 4 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Table of content and macro support already exist.
The 'include' macro was added in r1153.
For searching tickets, use the ticket module instead.