How to Embed a List of Recently Updated Pages in a Redmine Wiki
(Compatible Versions: Redmine 6.1.1 or later / RedMica 4.0.2 or later)
In Redmine, you can use the {{recent_pages}} macro to embed a list of recently updated Wiki pages directly into a Wiki page.
Macro Syntax
Write {{recent_pages}} or {{recent_pages(options)}} within a Wiki page.
| Macro Syntax (Options) | Description |
|---|---|
{{recent_pages}} |
Displays a list of titles for pages updated within the same project over the last 7 days. |
{{recent_pages(days=D)}} |
Specifies the number of days "D" to look back for updates. |
{{recent_pages(limit=N)}} |
Limits the list to a maximum of "N" items. |
{{recent_pages(time=true)}} |
Displays the last updated timestamp next to each page title. |
{{recent_pages(project=identifier)}} |
Displays updates from the Wiki of a specific project using its "identifier". |
You can combine multiple options simultaneously.
| Example | Description |
|---|---|
{{recent_pages(days=30, limit=5, time=true)}} |
Displays the 5 most recently updated pages from the last 30 days, including timestamps. |
{{recent_pages(project=identifier, time=true)}} |
Displays updates from the Wiki of the project identified as "identifier", including timestamps. |
Display Examples
Wiki Page Example

Insert a macro within the edit area of the Wiki page

Wiki page view
Sidebar Example

Click "Edit" in the sidebar

Insert the macro in the sidebar edit area

Sidebar view
Get Early Access to New Redmine Features with RedMica
"RedMica" is yet another version of Redmine provided by Far End Technologies. It quickly integrates the latest Redmine features, allowing you to use these new features ahead of others.
My Redmine: Use RedMica Right Away
My Redmine offers you "RedMica,": Far End Technologies version of Redmine. It allows My Redmine customers to experience new features before release next version of Redmine.
My Redmine Global Edition web site: https://www.redminecloud.net/
My Redmine Global Edition Free Trial: https://free-trial.redminecloud.net/

