diff --git a/docs/source/integrating/configuring-comment-stream.md b/docs/source/integrating/configuring-comment-stream.md index 613535a13..475598d9d 100644 --- a/docs/source/integrating/configuring-comment-stream.md +++ b/docs/source/integrating/configuring-comment-stream.md @@ -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: diff --git a/docs/source/plugin/talk-plugin-rich-text-pell.md b/docs/source/plugin/talk-plugin-rich-text-pell.md deleted file mode 120000 index e2162a51b..000000000 --- a/docs/source/plugin/talk-plugin-rich-text-pell.md +++ /dev/null @@ -1 +0,0 @@ -../../../plugins/talk-plugin-rich-text-pell/README.md \ No newline at end of file