Silla.IO icon indicating copy to clipboard operation
Silla.IO copied to clipboard

Integrate rich text editor

Open sandio opened this issue 10 years ago • 4 comments

Options:

  • TinyMCE (recommended)
  • CKeditor

sandio avatar Jan 12 '15 14:01 sandio

TinyMCE cannot be embed using our asset pipeline based on Assetic. This is caused by the embed code for the TinyMCE as it appends more <script> tags in runtime that are not processed by the assets pipeline. Possible solutions:

  • Exclude TinyMCE from the pipeline
  • Choose other text editor
  • Modify the TinyMCE code to pre-load/embed all assets needed in "compile" time.

pnikolov avatar Jan 20 '15 13:01 pnikolov

Consider also that the used text-editor should be integrated with the file manager to allow adding inline images, videos.

pnikolov avatar Mar 31 '16 13:03 pnikolov

Consider Summernote as one of the possible editors for integration.

pnikolov avatar Aug 05 '16 09:08 pnikolov

This also seems promising http://getcontenttools.com

pnikolov avatar Jan 04 '19 11:01 pnikolov