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

Investigate alternative to TineMce #13

Closed
Jetski5822 opened this issue Feb 2, 2015 · 12 comments
Closed

Investigate alternative to TineMce #13

Jetski5822 opened this issue Feb 2, 2015 · 12 comments

Comments

@Jetski5822
Copy link
Member

http://imperavi.com/redactor/
http://summernote.org/

This ticket is a task for later.

@urbanit
Copy link
Contributor

urbanit commented Feb 3, 2015

@dcinzona
Copy link

http://ckeditor.com/

@dcinzona
Copy link

Whichever editor is selected, it would be nice if it was extensible to support the following:

  1. Custom storage for images / assets (i.e. blob storage on Azure)
  2. Custom theme support for styling content based on website theme

Another option is to create a couple of custom packages (modules) with different editors, so that the devs can pick which one they want to use. Obviously more complex, but should be easy to do once we have one built.

@agriffard
Copy link
Member

I have also seen this recently :http://getcontenttools.com/
Interesting live editing feature.

@CSurieux
Copy link

The best alternative is .. Visual Studio, or any desktop app which allows to edit html with decent editing features.
This said, we need a way to inject the html in the targetted object: so a web 'injector' rather than a web editor is for me the way to go.
Just as Orchard do for Blogs.

@anoordende
Copy link
Contributor

Old thread, but still relevant me thinks.

create a couple of custom packages (modules) with different editors

I agree, doing this already on O1 and was very easy to implement. Admittedly still using TinyMce but a customised version that introduces additional menu options, such as a chart editor. It would be great if any editor can harvest additional functionality from modules.

Technical requirements aside, I think the key driver is not what us devs want but more what is important to a non-technical CMS user: Short learning curve, easy formatting options, easy adding and inserting images (which get automatically stored in a folder that can be set per content-type, but that's outside this discussion), paste as plain-text by default, better CSS-applied WYSIWYG, spell checking, inserting links with a content selector, etc.

@agriffard
Copy link
Member

If we want to be able to choose the HTML we want for a BodyPart or a TextField, will we use again the concept of 'Flavor' to easily select the module that will render it?

TinyMce, CKEditor, Markdown and a simple Bootstrap HTML editor would be interesting, coupled with the Live Preview feature.

@agriffard
Copy link
Member

@urbanit
Copy link
Contributor

urbanit commented Dec 10, 2016 via email

@agriffard
Copy link
Member

For the moment, we chose the simplest Wysiwyg editors and the content preview allows you to see the changes easily.

Editors like TinyMce or CKEditor don't have a MIT license so they won't be included in Orchard by default.
As explained in #363 and in the Orchard.Body ReadMe.md, you can develop a module to add a new editor/flavor.

@sebastienros
Copy link
Member

sebastienros commented Dec 10, 2016 via email

DrewScoggins added a commit to DrewScoggins/OrchardCore that referenced this issue Jan 23, 2024
DrewScoggins added a commit to DrewScoggins/OrchardCore that referenced this issue Oct 8, 2024
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

7 participants