Quote:
Originally Posted by Katsunami
In that case, Pandoc, combined with Markdown, seems to be already capable of doing what I propose, although the structure needs to be put into the make-file instead of in normal folders. It's more flexible, but also somewhat harder to use.
I didn't know that Pandoc can use a make-file, but then again, I haven't researched it very extensively.
|
Well makefiles are technology-unspecific. It tries to make target by running the commands specified in the makefile for that target, so you can use it with any command line runnable programs.
It's completely unusable by people who don't use the command-line of course. A UI with a button would obviously be better.