I m looking for a HTML editor that kinda supports templated editing or live snippets or something like that.
Background: I m working on a website for a friend. As there are no specifications what the webspace/webserver can or can t do, I decided to make it a pure HTML/CSS page, or rather 10 of them. I wrote a template, copied it 10 times and edited the content. And guess what, the template has to be changed.
Therefore I m looking for a (HTML-)editor that has some kind of live template system where I can edit the content in as it where plain text and then save the project into the 10 pure HTML/CSS files.
I thought about using PHP (the only script language I ve some knowledge in), but writing the underlying template script would cost me enough time that I could change all files by hand. I m not that familiar with AJAX to know if there s a way to load content from another file. If so, this would be an option if there already is a script. With Webdeveloper (firefox extension) I could save the generated source code as HTML/CSS.
Thanks in advance
Edit: any hints how to do this without an editor are welcome
Edit2: In my mind the tool looks like a plain old text editor like SciTe, but capable of editing multiple files simultaneously in the same text area, so it looks like editing one ordinary file, but actually it s a whole bunch of files.