From 18d58e4ea841bc1a8db3ef6ed4bdbce65203c54f Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Mon, 4 Jun 2018 19:58:26 +0100 Subject: [PATCH] Remove pell from plugin directory (#1675) * Remove pell from plugin directory * review: removed pell refernce --- docs/source/integrating/configuring-comment-stream.md | 9 ++------- docs/source/plugin/talk-plugin-rich-text-pell.md | 1 - 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 120000 docs/source/plugin/talk-plugin-rich-text-pell.md 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