Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate rich text editor #33

Open
sandio opened this issue Jan 12, 2015 · 4 comments
Open

Integrate rich text editor #33

sandio opened this issue Jan 12, 2015 · 4 comments
Assignees
Milestone

Comments

@sandio
Copy link
Contributor

sandio commented Jan 12, 2015

Options:

  • TinyMCE (recommended)
  • CKeditor
@pnikolov
Copy link
Member

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
Copy link
Member

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

@pnikolov
Copy link
Member

pnikolov commented Aug 5, 2016

Consider Summernote as one of the possible editors for integration.

@pnikolov
Copy link
Member

pnikolov commented Jan 4, 2019

This also seems promising http://getcontenttools.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants