The Apache Answer plugins repository.

Clone this repo:
  1. aeec516 chore: Sync Plugin Info (#226) by github-actions[bot] · 5 hours ago main
  2. 581938b refactor(render-markdown-codehighlight): Update version to 0.0.4 by robin · 5 hours ago
  3. f6677e1 refactor(highlight): Improve useHighlightCode function by robin · 5 hours ago
  4. 0dfaa3d refactor(highlight): Add Apache License header to theme_list.go (#225) by robin · 25 hours ago render-markdown-codehighlight/v0.0.3
  5. 7b5ce66 refactor(highlight): Add theme_list.go for code highlighting (#224) by robin · 26 hours ago

Apache Answer Official Plugins

Apache Answer Official Plugins are built to enhance the feature of Answer.

LICENSE Language Language Go Report Card Discord

Types of plugin

Our plugin is under development and the interface definition of the plugin can be viewed at this link.

Connector

The Connector plugin helps us to implement third-party login functionality. For example: Google or GitHub OAuth login.

Storage

The Storage plugin helps us to upload files to third-party storage. For example: Aliyun OSS or AWS S3.

Cache

Using the Cache plugin allows you to store cached data in a different location. For example: Redis or Memcached.

Search

Support using search plugin to speed up the search of question answers. For example: Elasticsearch or Meilisearch.

User Center

Using the third-party user system to manage users. For example: WeCom

Notification

The Notification plugin helps us to send messages to third-party notification systems. For example: Slack.

Route

Support for custom routing.

Editor

Support for extending the markdown editor's toolbar.

Reviewer

Support for customizing the reviewer.

Filter (coming soon)

Render (coming soon)

Exporter (coming soon)

Importer (coming soon)

How to build the Answer with your need plugins?

Learn more about the plugin, please visit our docs.

Build Docker Image with plugins

Building the Answer docker image with plugins is easy, see here.