decidim-ice / decidim-module-decidim_awesome

Additional components and Opt-In usability and UX tweaks for Decidim.
GNU Affero General Public License v3.0
24 stars 24 forks source link

Allow RTE to comments #284

Open aramollis opened 5 months ago

aramollis commented 5 months ago

Context & needs

Client want to be able to add format to comments (bold, linked text, headings... etc). Actually you can only add links, mentions and quotes in comments. Very limited options. You can't add bolds, link with text, etc

Describe the solution you'd like

From the backend (as an admin):

  1. You can allow RTE to comments in three versions: mini, full, markdown
  2. You can restrict where this should happen (like you can do now with modify editors sections)

In the front (as regular user):

  1. User could add format to their comments (bold, text links, embed video, ...) depending on the version of RTE is activated
  2. If markdown is activated some kind of help text should be shown to help user to know the basic syntax

Describe alternatives you've considered

Additional context