Free, simple HTML editor

Soldato
Joined
11 Jul 2004
Posts
16,148
Location
Neptune
Is there anything out there that can be used to edit small parts of a website's code? By that I mean there are lots of other elements (js, images etc) that won't need to be touched - just a couple of lines I am handing over responsibility to someone else.

Thanks
 
Retaining proper mark-up is the responsibility of the editor, not the tool used to edit.
 
Why do people always suggest notepad as a text editor? It's hands down the worst text editor in existence. It barely supports editing history and can't even handle non-CRLF line endings. :confused:

Notepad++ is one of the best traditional text editors out there.
 
Why do people always suggest notepad as a text editor? It's hands down the worst text editor in existence. It barely supports editing history and can't even handle non-CRLF line endings. :confused:

Notepad++ is one of the best traditional text editors out there.
I use notepad 50% of the time :p
 
Why do people always suggest notepad as a text editor? It's hands down the worst text editor in existence. It barely supports editing history and can't even handle non-CRLF line endings. :confused:

Notepad++ is one of the best traditional text editors out there.

Have you ever tried using vi? I think it's probably the least user friendly piece of technology ever made.
 
Have you ever tried using vi? I think it's probably the least user friendly piece of technology ever made.

Vim is my editor of choice :)

It certainly has a steep learning curve, but that's not really surprising as it's designed for power users rather than regular users, and so doesn't compromise on efficiency for the sake of user friendliness. Once you've mastered it it's pretty much second to none in terms of productivity. Not to mention that it can be run on a remote server with no need for a GUI :)

I didn't mention it in my post precisely because it's so difficult to learn, though :p
 
Last edited:
Back
Top Bottom