html editor with real time preview wanted

  • Thread starter Thread starter Pete
  • Start date Start date
P

Pete

I'm looking for an HTML editor with real-time preview, so that as I make
changes to the code, the preview window updates. It'd also be good if
the code window and the preview window "tracked" each other.

I'm not looking for a wysiwyg editor - I still want to code at the tag
level, but I don't want to have to swap between edit and preview mode.

Does anyone know of anything suitable?

Thanks, Peter
 
Pete said:
I'm looking for an HTML editor with real-time preview, so that as I make
changes to the code, the preview window updates. It'd also be good if the
code window and the preview window "tracked" each other.
I'm not looking for a wysiwyg editor - I still want to code at the tag level,
but I don't want to have to swap between edit and preview mode.
Does anyone know of anything suitable?

Alleycode comes pretty close, if you set it up to run in synchro mode (Ctrl-D
from the keyboard)...make a change, save it, and then hit the two circling
arrows, and your newly edited page is updated.
 
Pete said:
I'm looking for an HTML editor with real-time preview, so that as I make
changes to the code, the preview window updates. It'd also be good if
the code window and the preview window "tracked" each other.

I'm not looking for a wysiwyg editor - I still want to code at the tag
level, but I don't want to have to swap between edit and preview mode.

Does anyone know of anything suitable?

Thanks, Peter

EasyHTML <http://personal.inet.fi/business/toniarts/ehtmle.htm>

You can set the split-screen browser display to update every X seconds
as you work or just hit the refresh button whenever you want (no need
to save). Personally, the auto-refresh distracts me and drives me nuts
with the constant changes but YMMV.
 
Pete said:
I'm looking for an HTML editor with real-time preview, so that as I make
changes to the code, the preview window updates. It'd also be good if
the code window and the preview window "tracked" each other.

I'm not looking for a wysiwyg editor - I still want to code at the tag
level, but I don't want to have to swap between edit and preview mode.

Does anyone know of anything suitable?

Thanks, Peter

Not exactly what you want, but a click ofa button showd your updates in
a separate tab.

HTML-Kit

http://www.chami.com/html-kit/


--
++++++++++++++++++++++++++++++++++++++++++++++
El Gee // www.mistergeek.com <><
Know Christ, Know Peace - No Christ, No Peace
Remove .yourhat to reply
++++++++++++++++++++++++++++++++++++++++++++++
 
Pete said:
I'm looking for an HTML editor with real-time preview, so that as I make
changes to the code, the preview window updates. It'd also be good if
the code window and the preview window "tracked" each other.

I'm not looking for a wysiwyg editor - I still want to code at the tag
level, but I don't want to have to swap between edit and preview mode.

Does anyone know of anything suitable?

Thanks, Peter

Hello Peter

Here is an online tool that is good for testing / learning, if that's
what you need:

http://www.web-design-factory.net/learn-html-example.html

You can use the demo (link at the bottom of the page) to test out code.
It's not a full editor, but it's a nice tool for immediate feedback.
Especially with CSS.

Chris S.
Implied By Design LLC.
http://www.impliedbydesign.com
Free Web Design Tools
http://www.impliedbydesign.com/free-software-scripts.html
 
Pete said:
I'm looking for an HTML editor with real-time preview, so that as I make
changes to the code, the preview window updates. It'd also be good if
the code window and the preview window "tracked" each other.

I'm not looking for a wysiwyg editor - I still want to code at the tag
level, but I don't want to have to swap between edit and preview mode.

Does anyone know of anything suitable?

Thanks, Peter

Hello Peter

Here is an online tool that is good for testing / learning, if that's
what you need:

http://www.web-design-factory.net/learn-html-example.html

You can use the demo (link at the bottom of the page) to test out code.
It's not a full editor, but it's a nice tool for immediate feedback.
Especially with CSS.

Chris S.
Implied By Design LLC.
http://www.impliedbydesign.com
Free Web Design Tools
http://www.impliedbydesign.com/free-software-scripts.html
 
Pete said:
I'm looking for an HTML editor with real-time preview, so that as I make
changes to the code, the preview window updates. It'd also be good if
the code window and the preview window "tracked" each other.

I'm not looking for a wysiwyg editor - I still want to code at the tag
level, but I don't want to have to swap between edit and preview mode.

Does anyone know of anything suitable?

Thanks, Peter

Hello Peter

Here is an online tool that is good for testing / learning, if that's
what you need:

http://www.web-design-factory.net/learn-html-example.html

You can use the demo (link at the bottom of the page) to test out code.
It's not a full editor, but it's a nice tool for immediate feedback.
Especially with CSS.

Chris S.
Implied By Design LLC.
http://www.impliedbydesign.com
Free Web Design Tools
http://www.impliedbydesign.com/free-software-scripts.html
 
Back
Top