WYSIHTML5: A better approach to rich text editing
11–20 of 82 posts
Re: WYSIHTML5: A better approach to rich text editing
#12Whenever I see "new rich HTML editor", I notice that there is no table editing. What's the point of editor that is missing the most needed function? You could argue that it is not needed, however lack of this function leads to cases of copy-paste from word/excel with bad markup.
Check the demo - http://aloha-editor.org/builds/development/latest/src/demo/b...
Re: WYSIHTML5: A better approach to rich text editing
#13Whenever I see "new rich HTML editor", I notice that there is no table editing. What's the point of editor that is missing the most needed function? You could argue that it is not needed, however lack of this function leads to cases of copy-paste from word/excel with bad markup.
Aloha handles Tables perfectly (including merge/split of rows & columns, plus pasting from Microsoft Word). Check the demo - http://aloha-editor.org/builds/development/latest/src/demo/b...
Re: WYSIHTML5: A better approach to rich text editing
#14Re: WYSIHTML5: A better approach to rich text editing
#15Re: WYSIHTML5: A better approach to rich text editing
#16Wouldn't it be more desirable to have these WYSIWYG editors serialize to a non-HTML markup (like textile or markdown) to reduce the hassle of user-input sanitization on the back-end? (e.g. stripping script and iframe tags). What's best-practice these days for storing and displaying rich-edit user input?
Depends on the use case. If you are using it in as a website authoring tool, it makes sense to store the rich-edit user input as HTML itself. However, in a scenario like commenting or composing a message (where only limited editing options are available), storing in a format such as Markdown make sense.
Re: WYSIHTML5: A better approach to rich text editing
#17Whenever I see "new rich HTML editor", I notice that there is no table editing. What's the point of editor that is missing the most needed function? You could argue that it is not needed, however lack of this function leads to cases of copy-paste from word/excel with bad markup.
Aloha handles Tables perfectly (including merge/split of rows & columns, plus pasting from Microsoft Word). Check the demo - http://aloha-editor.org/builds/development/latest/src/demo/b...
Re: WYSIHTML5: A better approach to rich text editing
#18yay ;-)
Re: WYSIHTML5: A better approach to rich text editing
#19“(…) It uses a sophisticated security concept (…)” —Does anybody know what does this mean? Does this concept have a name, a description or anything?