-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Comments
Whichever editor is selected, it would be nice if it was extensible to support the following:
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. |
I have also seen this recently :http://getcontenttools.com/ |
The best alternative is .. Visual Studio, or any desktop app which allows to edit html with decent editing features. |
Old thread, but still relevant me thinks.
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. |
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. |
https://github.com/Alex-D/Trumbowyg is used for HTML |
Is it a final decision?
|
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. |
You can add a new editor, but you can also override the default and the
WYSIWYG ones.
Are they the final ones? Not until one proposes better solutions.
…On Dec 10, 2016 8:06 AM, "Antoine Griffard" ***@***.***> wrote:
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 <#363>
and in the Orchard.Body ReadMe.md
<https://github.com/OrchardCMS/Orchard2/blob/master/src/Orchard.Cms.Web/Modules/Orchard.Body/README.md>,
you can develop a module to add a new editor/flavor.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABHJ7TVha1UfzvDHzwshgzxnjkdZ5F_lks5rGs3ngaJpZM4DaS5C>
.
|
http://imperavi.com/redactor/
http://summernote.org/
This ticket is a task for later.
The text was updated successfully, but these errors were encountered: