Aloha Editor - HTML5 WYSIWYG Editor
aloha-editor.org
Aloha Editor - HTML5 WYSIWYG Editor
1–10 of 40 posts
Re: Aloha Editor - HTML5 WYSIWYG Editor
#2One thing I wonder, though, is why WYSIWYG editors still use explicit markup (bold, italic, font size) instead of allowing the definition of styles. This is a hassle if you want to write consistent documents.
Even Google Documents does this; it does not have custom named styles like Word. It only has named styles for header 1..6, but usually that's not enough.
Re: Aloha Editor - HTML5 WYSIWYG Editor
#3Re: Aloha Editor - HTML5 WYSIWYG Editor
#4http://stackoverflow.com/questions/3553041/how-can-you-catch...
The onpaste event isn't supported across the board, and doesn't let you access the paste content in any way.
Just try copying a webpage and posting it into the Aloha Editor area- it will paste the entire dom. Blech. contentEditable should be a boon for web devs, but instead the idea of a writable web has stagnated on a buggy, inconsistent implementation of contentEditable.
I'm looking forward to the next iteration of editable html content!
Re: Aloha Editor - HTML5 WYSIWYG Editor
#5Re: Aloha Editor - HTML5 WYSIWYG Editor
#6I can't work out how to insert images. And although it implies it works with all browsers, it would be good to know which versions.
Re: Aloha Editor - HTML5 WYSIWYG Editor
#7I can't work out how to insert images. And although it implies it works with all browsers, it would be good to know which versions.
Re: Aloha Editor - HTML5 WYSIWYG Editor
#8Then with some string functions I managed to break each node down into text runs (just wrapping spans around text blocks) so that I could apply styles to certain segments. Preserved the whole document in valid XHTML.
Just food for thought if you feel like making the editing functions even more granular.
Re: Aloha Editor - HTML5 WYSIWYG Editor
#9".mahalo()" which is the destroy method is non-functional in the current release, even though it in the documentation. Artifacts from pasting and x-browser is a bitch too. It looks promising, but it ain't ready for primetime, and don't expect get much support either.
Re: Aloha Editor - HTML5 WYSIWYG Editor
#10It is a great idea and I see where they're going but it ain't there yet.