views:

14460

answers:

14

Hi All, Well it looks like Dreamweaver CS5 will try to smoother the HTML5 thing for a few more years (weeks actually). Seems like the next rung down is right to Notepad!

Anyone know a good HTML5 editor with a visual/preview/style leaning?

Eclipse with some pluggin?

(Seems like the market will be begging for it soon.)

Thanks

...By the way. I know about the 'no browser support'...'not finished yet'..etc. That's not an issue for us. We are doing Safari Only websites & iPhone iAd's only production...So we know what works in our implementations. (We mostly on Windows by the way)

+2  A: 

Since HTML5 is still in the works and doesn't have consistant support across any browsers yet, my guess is that it's going to be quite a while before you get a WYSIWYG HTML5 Editor.

In the mean time, get used to editting your markup by hand in a good text editor like Notepad++ or TextEdit.

Justin Niessner
Exactly........
Rob
Aptana isn't too bad
dassouki
I think you meant s/test/text/ ..
Tim Post
TextEdit, really?
jordanstephens
@jordanstephens - Yes. Really. TextEdit.
Justin Niessner
@justin Niessner I mean sure it works, I just wouldn't lump it into a list of "good text editors" To each his own, I suppose...
jordanstephens
@jordanstephens just because TextEdit doesn't have all the fancy features of some other apps doesn't mean it's not good at editing text.
Alex Larzelere
A: 

This might not interest you but just to add (0:, I like VS2008 IDE for html editing - and it doubles the fun if you have internet explorer developer toolbar (like that of firebug).

KMan
A: 

Visual Web Developer Express

Alexander
That will give you the HTML5 schema validation, but you still have to edit the markup by hand. I think the OP is looking for a WYSIWYG editor...which Visual Web Developer Express is not (for HTML5).
Justin Niessner
A: 

Did research for this at school and as Justing already said. The specification is far from ready, so it wil probably take a while before HTML5 is being supported in editor. Though browsers are busy implementing the parts from the specification that are good enough to be used.

Best you can do is follow blogs, tutorials and other articles on the internet and experiment with developing in HTML5 yourself.

EDIT: Just found an Visual Studio 2008/2010 Plug-in here

Rob
+2  A: 

Just to point out, HTML5 per se is not "far from ready"; it is actually pretty much finished, "considered by the Working Group to fulfill the relevant requirements of its charter and any accompanying requirements documents." There will be some things to iron out, and the core spec has some accompanying addon bits, but the majority of it is actually ready to use right away, with much of it stable in latest browsers.

Nicholas Wilson
+4  A: 

Topstyle 4 is the only one I've com e across with HTML5 (and CSS3) support. Its early stages but it works enough for the most part.

Frazor
+1 for TopStyle!
Optimal Solutions
+3  A: 

I must question whether you need, specifically, an editor capable of handling HTML5. It's still HTML. There are changes, yes, but not all that much if you are already comfortable with HTML4. I suspect that most any editor capable of handling HTML should be able to handle HTML5 as well.

Grant Palin
A: 

Radrails 3 is supposed to have it, Aptana Studio 3 will have it. Radrails is in beta, so thats kind of a downer, but none the less it is there to give'r a whirl.

It is multi-platform too, for those of us non-Windoze fellas.

Sammi Sanders
+1  A: 

You should take a look at Atlas: http://280atlas.com/what.php

Francisco Ryan Tolmasky I
+1  A: 

Adobe Dreamweaver CS5 HTML5 Pack

http://labs.adobe.com/technologies/html5pack/

metal-gear-solid
A: 

Coffee Cup Just released one. July 6, 2010 http://www.coffeecup.com/html-editor/

Eric
A: 

and what about http://www.html5-editor.org/ ? Seems to be very cool but it says "comming soon". Do someone have more info ?

fred
this post smells like spam
DA
+1  A: 

I always liked Aptana Studio for HTML development. Aptana Studio 3 beta supports the latest HTML5 specifications and is quite fast (compared to version 2). There is a standalone and a Eclipse pug-in version available.

Jan
+1 for Aptana Studio 3 beta. It is quite a nice IDE and it is cross-platform.
Octavian Damiean