While it is true that this is dead simple to implement (and probably exists elsewhere. I know there are plenty of side-by-side editors that require you to push a button. I bet one realized they could eliminate that.), it's still very useful for people learning HTML, wanting to try some obscure thing with HTML super-fast, etc.
Easy to implement != useless or boring. Look at Twitter.
Hm, dangerous back button. I liked the fact it served as an undo, but I wanted to navigate back here to say so, and had to click though a whole minute of edits. I would suggest not breaking the default functionality, back buttons should go back. Instead add an undo/history/revision button.
* Utilize contenteditable to go the opposite direction
* Bookmarklet to open any page you are viewing in htmlinstant.com
* Save the document to local storage (cookie or html5 client-side db) in case the page is closed
* Snippets for commonly used functions (like table or list tags)
And of course the further you take the editor, the more capable this will be. Bespin (https://bespin.mozillalabs.com/) in the best in-browser editor I've seen.
22 comments
[ 3.9 ms ] story [ 32.9 ms ] thread* Syntax highlighting
* Saving
* HTML Entities
* Code completion
* Clean up or 'tidy' function to format the code
* The ability to modify the <head> attribute (if it's possible)
Easy to implement != useless or boring. Look at Twitter.
2. Because it's something immediately useful to which I can direct anyone learning HTML so that they get instant feedback.
I just tried embedding a marquee inside of a marquee and it surprisingly worked.
http://www.tumultco.com/HyperEdit/
A couple of ideas:
* Utilize contenteditable to go the opposite direction
* Bookmarklet to open any page you are viewing in htmlinstant.com
* Save the document to local storage (cookie or html5 client-side db) in case the page is closed
* Snippets for commonly used functions (like table or list tags)
And of course the further you take the editor, the more capable this will be. Bespin (https://bespin.mozillalabs.com/) in the best in-browser editor I've seen.
At least in Firebug, when you reload the page your Javascript edits are still there.