mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 21:32:50 +08:00
Remove pell from plugin directory (#1675)
* Remove pell from plugin directory * review: removed pell refernce
This commit is contained in:
committed by
Wyatt Johnson
parent
56d9fee486
commit
18d58e4ea8
@@ -10,18 +10,13 @@ Using plugins and configuration variables, you can modify the way the Talk comme
|
||||
|
||||
To enable our default rich text editor plugin, you'll need to:
|
||||
|
||||
1. Enable `talk-plugin-rich-text` as a server-side plugin
|
||||
2. Enable `talk-plugin-rich-text-pell` as a client-side plugin
|
||||
3. If you have `talk-plugin-comment-content` enabled, you will need to disable this (this supports hyperlinks in the comment body)
|
||||
1. Enable `talk-plugin-rich-text` as a server-side and client-side plugin
|
||||
2. If you have `talk-plugin-comment-content` enabled, you will need to disable this (this supports hyperlinks in the comment body)
|
||||
|
||||
Out of the box, our Talk Editor supports Bold, Italic, and Blockquote.
|
||||
|
||||
If you want to support another editor, you can create a plugin and replace the client-side one with the editor of your choice.
|
||||
|
||||
For more information on our implementation, see https://github.com/coralproject/talk/pull/1391
|
||||
|
||||
For more information on Pell, check out https://jaredreich.com/pell
|
||||
|
||||
### Sorting/Filtering the Stream
|
||||
|
||||
To enable sorting and filtering plugins, you will first need to enable the viewing options plugin:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
../../../plugins/talk-plugin-rich-text-pell/README.md
|
||||
Reference in New Issue
Block a user