docs/user-guide/wiki/README.md
OpenProject offers two different ways to work with project documentation:
This page explains how to use the internal OpenProject wiki.
If you want to connect an external documentation platform such as XWiki to your projects, see the documentation on external wiki providers setup.
<div class="glossary">Wiki is the built-in OpenProject module for collaboratively creating and editing project documentation. It uses GitHub-flavored CommonMark (GFM) and must be enabled in the project settings before it can be used.
For organizations that prefer to manage documentation outside of OpenProject, external wiki providers such as XWiki can be connected through an integration.
</div>| Topic | Content |
|---|---|
| Create and edit wiki pages | Create, edit, organize, and manage wiki pages. |
| Wiki navigation | Navigate and organize wiki pages within a project. |
| Wiki FAQ | Frequently asked questions about the wiki. |
The internal wiki can be enabled for each project individually.
To use the internal wiki, it must first be enabled on your OpenProject instance and then enabled for the project under the project settings.
Wiki pages use the OpenProject WYSIWYG editor, powered by CKEditor 5. The editor supports GitHub-flavored CommonMark (GFM), allowing you to create rich documentation with formatting, images, tables, links, and macros.
Most editing features are available throughout OpenProject. For detailed information about:
see the WYSIWYG editor guide.
The wiki includes additional features that are only available when editing wiki pages.
Click + Insert in the toolbar to access the following wiki-specific macros:
[!TIP] For more information about using macros, see our How to use macros blog article.
You can also create links to wiki pages using the following syntax:
[[Wiki page]]
[[Wiki page|Link text]]
[[Project identifier:Wiki page]]