This plugin creates a simple wiki for your Mattermost.
- Markdown formatted documentations
- Create multiple pages separated by teams and channels
- Markdown Editor integration
- Stored inside Mattermost's own database
Access the latest releases of the Mattermost wiki plugin by downloading the mattermost-plugin-wiki.tar.gz file from the releases in this repository: https://github.com/finalrep/mattermost-plugin-wiki/releases. After downloading and installing the plugin in the System Console, select the menu on the right of your chat to open your team Wiki.
Clone the repository:
git clone https://github.com/finalrep/mattermost-plugin-wiki
make
This will produce a single plugin file (with support for multiple architectures) for upload to your Mattermost server:
dist/com.mattermost.plugin-wiki-<version>.tar.gz
This plugin is based on the original code from the CyberPeace-Institute.

