kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
3.7 KiB
83 lines
3.7 KiB
5 years ago
|
---
|
||
5 years ago
|
sidebar_navigation:
|
||
|
title: More wiki functions
|
||
|
priority: 797
|
||
5 years ago
|
title: More Wiki functions
|
||
|
description: Wiki settings in OpenProject.
|
||
|
robots: index, follow
|
||
|
keywords: wiki settings
|
||
|
---
|
||
|
|
||
|
# More wiki functions
|
||
|
|
||
5 years ago
|
In the wiki you have more functions to edit or configure your wiki page, e.g. to export pages, rename pages, change parent page, view the table of contents and more.
|
||
5 years ago
|
|
||
|
| Feature | Documentation for |
|
||
|
| ------------------------------------------------- | ------------------------------------------------------------ |
|
||
|
| [More wiki functions](#more-wiki-functions) | How to open more wiki functions. |
|
||
|
| [Lock a wiki page](#lock-a-wiki-page) | How to lock and unlock a wiki page and prevent others from editing it. |
|
||
|
| [Delete a wiki page](#delete-a-wiki-page) | How to delete a wiki page. |
|
||
|
| [Show wiki page History](#show-wiki-page-history) | How to display changes to a wiki page. |
|
||
|
| [Export a wiki page](#export-a-wiki-page) | How to export a wiki page. |
|
||
|
|
||
|
## More wiki functions
|
||
|
|
||
|
To open further configuration settings, navigate to a wiki page and click on the **More** button on top of the wiki page.
|
||
|
|
||
|
In the drop down menu, select the corresponding menu item.
|
||
|
|
||
|
![wiki-settings](wiki-settings.png)
|
||
|
|
||
|
### Lock a wiki page
|
||
|
|
||
|
To lock an existing wiki page and prevent others from editing the page, select the **More** button on top of the wiki page.
|
||
|
|
||
|
Select the item **Lock** in the drop down menu.
|
||
|
|
||
|
![lock-wiki](lock-wiki.png)
|
||
|
|
||
|
The page is now locked and cannot be edited by any other user.
|
||
|
|
||
5 years ago
|
To unlock a wiki page and make it possible for users to edit it again, select the **Unlock** item under the **More** button on top of a wiki page.
|
||
5 years ago
|
|
||
|
![unlock-wiki](unlock-wiki.png)
|
||
|
|
||
|
It is now possible to edit the wiki page again.
|
||
|
|
||
|
## Delete a wiki page
|
||
|
|
||
|
If you want to delete a wiki page, select the page you want to delete and click the **More** button on top of the page.
|
||
|
|
||
|
Select the menu item **Delete** in the drop down menu.
|
||
|
|
||
|
Before the page will be deleted, you have to **re-confirm the deletion** once again by clicking on **OK** in the pop-up window.
|
||
|
|
||
|
Please be aware that a deleted wiki page cannot easily be restored within the system.
|
||
|
|
||
|
![delete-wiki](delete-wiki.png)
|
||
|
|
||
|
## Show wiki page History
|
||
|
|
||
|
In some cases, you might want to know the latest change to a wiki page. You can get information on the type of change as well as on the author using the **History** option. To display it, choose **History** in the [**More** functions](#more-wiki-functions) drop-down menu on top of a wiki page.
|
||
|
|
||
|
![wiki-history](wiki-history.png)
|
||
|
|
||
|
First, you will get an overview on author and date of the latest updates. Potential comments can already give you an idea about the type of change. You can explicitly choose two versions to display a more detailed view of the changes between them using the blue **View differences** button at the bottom of the page.
|
||
|
|
||
|
![view-differences-wiki](1568213985327.png)
|
||
|
|
||
5 years ago
|
<div class="alert alert-info" role="alert">
|
||
5 years ago
|
**Note**: The more distance between two versions, the more difficult it becomes to compare them, since only the selected versions are compared (ignoring the changes that were made in the meantime). The most comprehensible information is thus provided by comparing two consecutive versions.
|
||
|
|
||
|
</div>
|
||
|
|
||
|
## Export a wiki page
|
||
|
|
||
|
To export a wiki page, open the **More** functions menu on a wiki page and select **Export**.
|
||
|
|
||
|
![export-wiki](export-wiki.png)
|
||
|
|
||
|
You can choose between **Atom** or **Markdown** export of your wiki page:
|
||
|
|
||
5 years ago
|
![wiki-export-options](1568277748319.png)
|