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?