HTML Instant - Real-time HTML Editor
htmlinstant.com
HTML Instant - Real-time HTML Editor
1–10 of 23 posts
Re: HTML Instant - Real-time HTML Editor
#2How do I save my edits?
Re: HTML Instant - Real-time HTML Editor
#3Looks like an excellent learning tool for newbies. :)
Re: HTML Instant - Real-time HTML Editor
#4Reminds me of jottit.com, only that is for Markdown.
Re: HTML Instant - Real-time HTML Editor
#5I think this would be more valuable if it integrated:
* Syntax highlighting
* Saving
* HTML Entities
* Code completion
* Clean up or 'tidy' function to format the code
* The ability to modify the attribute (if it's possible)
Re: HTML Instant - Real-time HTML Editor
#6This is great, a great learning tool. Thank you for sharing (or even making?) this!
Re: HTML Instant - Real-time HTML Editor
#7Why is this noteworthy?
$('textarea#markup').keyup(function(){
$('div#preview').html( $(this).val() );
});Re: HTML Instant - Real-time HTML Editor
#8Hm, 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.
Re: HTML Instant - Real-time HTML Editor
#9Off topic:
I just tried embedding a marquee inside of a marquee and it surprisingly worked.
Re: HTML Instant - Real-time HTML Editor
#10Why is this noteworthy? $('textarea#markup').keyup(function(){ $('div#preview').html( $(this).val() ); });
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.