WYSIHTML5: A better approach to rich text editing
21–30 of 82 posts
Re: WYSIHTML5: A better approach to rich text editing
#22Earlier quoted context omitted.
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...
Looks nice, but the Aloha licensing basically requires you to buy a license if you're going to use it commercially, whereas this one uses the very simple and open MIT license.
https://github.com/alohaeditor/Aloha-Editor/blob/dev/LICENSE...
Re: WYSIHTML5: A better approach to rich text editing
#23Earlier quoted context omitted.
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.
Are you aware of any such editor that does store the data in Markdown or something similar?
Re: WYSIHTML5: A better approach to rich text editing
#24Whenever 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.
Re: WYSIHTML5: A better approach to rich text editing
#25Re: WYSIHTML5: A better approach to rich text editing
#26I'd tried to do this with the YUI and Dojo editors a couple years ago, but my JS-fu wasn't good enough. I'm possibly better now, and maybe wil try my hand at adding that to this editor (which looks nice for a lot of applications) but someone else with better skills could probably lay the foundation for a 'notes' system much better than me :)
Re: WYSIHTML5: A better approach to rich text editing
#27Earlier quoted context omitted.
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...
Aloha is more than a meg of JS as it stands and the documentation is pitiful.
Main issue with the documentation was the rapid changes to the API in the past. Since the API is getting stable there will be more concern on improving the documentation.
Re: WYSIHTML5: A better approach to rich text editing
#28Earlier quoted context omitted.
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.
Are you aware of any such editor that does store the data in Markdown or something similar?
http://bergie.github.com/hallo/markdown.html
He also has an interesting project called Create:
Re: WYSIHTML5: A better approach to rich text editing
#29Feature request - ability to add 'notes' to a document. I'd imagine these as toggleable divs that would be able to be inserted anywhere in the doc, then made visible or not by toggling a class. When 'on' the visible portion would just be a small box/space/marker that, when clicked, opened up a larger div with the full note. I'd tried to do this with the YUI and Dojo editors a couple years ago, but my JS-fu wasn't goo…
I think this suggestion fully qualifies as something they don't want to do, "[to create] unmaintainable tag soups and inline styles".