docs: update plugin list

pull/118/head
moonrailgun 2 years ago
parent 9d24b10f51
commit 43c7dfd462

@ -1,8 +1,16 @@
--- ---
sidebar_position: 1 sidebar_position: 1
title: Pure Frontend Plugin (22) title: Pure Frontend Plugin (27)
--- ---
### com.msgbyte.ai-assistant AI Assistant
Add chatgpt into Tailchat
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.ai-assistant)
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.ai-assistant/manifest.json)
### com.msgbyte.bbcode BBCode Mmessage Interpreter ### com.msgbyte.bbcode BBCode Mmessage Interpreter
A plugin for supporting bbcode syntax to interpret rich text messages A plugin for supporting bbcode syntax to interpret rich text messages
@ -27,7 +35,15 @@ Allows sending custom drawings
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.draw/manifest.json) - [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.draw/manifest.json)
### com.msgbyte.env.rn React Native support ### com.msgbyte.env.electron Electron Support
Add support for Electron environment in Tailchat
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.env.electron)
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.env.electron/manifest.json)
### com.msgbyte.env.rn React Native Support
Add support for ReactNative environment in Tailchat Add support for ReactNative environment in Tailchat
@ -83,6 +99,14 @@ Turn on the ability to introduce the app for the first time for the app
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.intro/manifest.json) - [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.intro/manifest.json)
### com.msgbyte.mdpanel Markdown Panel
Add markdown panel support
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.mdpanel)
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.mdpanel/manifest.json)
### com.msgbyte.miaolang Miaolang ### com.msgbyte.miaolang Miaolang
It is allowed to send meow, and the two parties encrypt the conversation after installing the plugin. People who have not installed the plugin will see 'meow' It is allowed to send meow, and the two parties encrypt the conversation after installing the plugin. People who have not installed the plugin will see 'meow'
@ -107,6 +131,14 @@ Ability to add notifications to apps
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.notify/manifest.json) - [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.notify/manifest.json)
### com.msgbyte.offline-icons Offline Icons
Add prefetched icons which need run in intranet environment
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.offline-icons)
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.offline-icons/manifest.json)
### com.msgbyte.openapi Openapi Platform Plugin ### com.msgbyte.openapi Openapi Platform Plugin
Provide the operating capability of the open platform for the application Provide the operating capability of the open platform for the application
@ -171,6 +203,14 @@ Quickly open Wenshushu in the chat input box to support file transfer
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.wenshushu/manifest.json) - [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.wenshushu/manifest.json)
### com.msgbyte.widget.sakana sakana-widget
Add sakana widget in tailchat
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.widget.sakana)
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.widget.sakana/manifest.json)
### com.msgbyte.wormhole wormhole ### com.msgbyte.wormhole wormhole
Quickly open wormhole in the chat input box to support file transfer Quickly open wormhole in the chat input box to support file transfer

@ -1,6 +1,6 @@
--- ---
sidebar_position: 3 sidebar_position: 3
title: Backend plugins (7) title: Backend plugins (11)
--- ---
### com.msgbyte.agora Agora ### com.msgbyte.agora Agora
@ -11,6 +11,14 @@ Add the Agora audio and video communication feature to Tailchat
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.agora/web/plugins/com.msgbyte.agora/manifest.json) - [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.agora/web/plugins/com.msgbyte.agora/manifest.json)
### com.msgbyte.discover Discover
Add Discover panel which can help user found groups
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.discover/web/plugins/com.msgbyte.discover)
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.discover/web/plugins/com.msgbyte.discover/manifest.json)
### com.msgbyte.github Github Subscription ### com.msgbyte.github Github Subscription
Subscribe to the Github project dynamics to the group Subscribe to the Github project dynamics to the group
@ -19,6 +27,14 @@ Subscribe to the Github project dynamics to the group
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.github/web/plugins/com.msgbyte.github/manifest.json) - [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.github/web/plugins/com.msgbyte.github/manifest.json)
### com.msgbyte.iam Identity and Access Management
Provide Tailchat with the function of conveniently accessing external account systems
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.iam/web/plugins/com.msgbyte.iam)
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.iam/web/plugins/com.msgbyte.iam/manifest.json)
### com.msgbyte.linkmeta Url metadata display ### com.msgbyte.linkmeta Url metadata display
Parse and get the overview of url information in the chat information, such as title/overview/thumbnail, support media path, directly display media player (specially support bilibili, automatically load the iframe player of bilibili) Parse and get the overview of url information in the chat information, such as title/overview/thumbnail, support media path, directly display media player (specially support bilibili, automatically load the iframe player of bilibili)
@ -58,3 +74,19 @@ Provide topic feature for groups
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic) - [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic)
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic/manifest.json) - [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic/manifest.json)
### com.msgbyte.welcome Group Welcome
Send a welcome message when joining a group
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.welcome/web/plugins/com.msgbyte.welcome)
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.welcome/web/plugins/com.msgbyte.welcome/manifest.json)
### com.msgbyte.wxpusher wxpusher
Add support for wxpusher to notify user
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.wxpusher/web/plugins/com.msgbyte.wxpusher)
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.wxpusher/web/plugins/com.msgbyte.wxpusher/manifest.json)

Loading…
Cancel
Save