Am 04.01.2016 um 19:55 schrieb Uiy Uiy:

I have a nifty idea for you guys to make life easier and more fun!

Write a utility that

  1. Converts Deit files to html and stores a placeholder for the D code blocks in a meta-comment. The D code blocks are stored in a side file with proper indexing.

  2. Converts the modified html file back to to Deit by replacing the meta-commend blocks with their corresponding code.

This way, one can edit deit files in any old html editor without having to write an editor/parser.

It seems like it would be a day or two worth of work by an experienced programmer?

That would certainly be doable, but in that case I'd rather avoid the
intermediate steps and take a look at one of the plain text based
template systems: http://code.dlang.org/search?q=template

They mostly use or can be made to use a syntax that is compatible with
HTML. Some of them have explicit vibe.d integration, but generally all
of them should work.