Create pages
Write and edit pages with CommonMark (Markdown) or Textile formatting.
Page history
View, compare, and restore previous versions of any page.
Link pages
Create an interconnected knowledge base with wiki links.
Enabling the wiki module
- Go to Project → Settings → Modules.
- Check Wiki.
- Click Save.
Creating and editing pages
Create a new page
Click New page and enter the page title. Titles are automatically capitalised and spaces are replaced with underscores internally. Only letters, digits, hyphens, and underscores are allowed — commas, dots, slashes, question marks, semicolons, and pipes are removed.
Write content
Enter your content in the text area. Redmine supports CommonMark (Markdown) and Textile depending on your instance configuration. CommonMark is the default.
Set the parent page (optional)
Enter a Parent page to nest this page under another in the hierarchy.
Add attachments (optional)
Attach files to the page using the Files section at the bottom of the edit form.
The wiki start page is configurable. Administrators or users with the
manage_wiki permission can change which page acts as the start page.Text formatting
- CommonMark (default)
- Textile
The default formatter since Redmine 5.0. Uses the CommonMark Markdown specification via the
commonmarker gem.Linking between pages
Use double-bracket syntax to link to other wiki pages in the same project:Table of contents
Insert{{toc}} anywhere on a page to generate a linked table of contents based on the headings on that page. The TOC is rendered at the location of the macro.
Page hierarchy
Wiki pages can be organised into a tree by setting a Parent page. The wiki index view groups pages by their parent and shows them indented. Moving a page to a different parent also moves its children.Page history and diffs
Every save creates a new version of the page. To view the history:- Open the wiki page.
- Click History in the top-right menu.
- The history list shows each version with its author, date, and comment.
- Select the two versions you want to compare using the checkboxes.
- Click Diff to see a side-by-side or inline diff of the changes.
- Open the desired version from the history.
- Click Edit and save without changes, or copy the content and paste it into the current version.
Sidebar
A page named Sidebar (case-insensitive) is automatically rendered as the wiki’s sidebar navigation. Edit this page to add links to frequently visited wiki pages.Watching wiki pages
Click Watch on any wiki page to receive email notifications whenever the page is edited. You can also watch the entire wiki by clicking Watch on the wiki index page.Permissions
| Action | Permission required |
|---|---|
| View wiki pages | view_wiki_pages |
| Edit wiki pages | edit_wiki_pages |
| Delete wiki pages | delete_wiki_pages |
| Rename wiki pages | rename_wiki_pages |
| Protect wiki pages | protect_wiki_pages |
| Manage wiki | manage_wiki |
