Silla.IO
Silla.IO copied to clipboard
Integrate rich text editor
Options:
- TinyMCE (recommended)
- CKeditor
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.
Consider also that the used text-editor should be integrated with the file manager to allow adding inline images, videos.
Consider Summernote as one of the possible editors for integration.
This also seems promising http://getcontenttools.com