https://github.com/lujeni/mattermost-plugin-outline
Mattermost outline plugin allows you to search your teams documents.
https://github.com/lujeni/mattermost-plugin-outline
golang mattermost mattermost-plugin outline
Last synced: about 1 year ago
JSON representation
Mattermost outline plugin allows you to search your teams documents.
- Host: GitHub
- URL: https://github.com/lujeni/mattermost-plugin-outline
- Owner: Lujeni
- License: apache-2.0
- Created: 2021-09-24T20:52:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T13:14:42.000Z (over 4 years ago)
- Last Synced: 2025-04-14T22:55:33.046Z (about 1 year ago)
- Topics: golang, mattermost, mattermost-plugin, outline
- Language: Go
- Homepage:
- Size: 8.07 MB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### mattermost-plugin-outline
Mattermost **[Outline](https://www.getoutline.com/)** plugin allows you to search your teams documents.

## Installation
In Mattermost 5.16 and later, this plugin is included in the Plugin Marketplace which can be accessed from **Main Menu > Plugins Marketplace**. You can install the plugin and then configure it via the [Plugin Marketplace "Configure" button](#configuration).
In Mattermost 5.13 and earlier, follow these steps:
1. Go to https://github.com/Lujeni/mattermost-plugin-outline/releases to download the latest release file in zip or tar.gz format.
2. Upload the file through **System Console > Plugins > Management**, or manually upload it to the Mattermost server under plugin directory. See [documentation](https://docs.mattermost.com/administration/plugins.html#set-up-guide) for more details.
## Configuration
### Step 1: Retrieve outline API Key
1. Go to https://www.getoutline.com/developers#section/Authentication
### Step 2: Configure plugin in Mattermost
1. Go to **System Console > Plugins > Outline** and fill the form
## Development
This plugin contains only a server portion (no web app).
Use make to build distributions of the plugin that you can upload to a Mattermost server.
```
$ make