View Single Post
Old 11-25-2013, 06:34 PM   #43
nikkie
Guru
nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40nikkie is slicker than a case of WD-40
 
nikkie's Avatar
 
Posts: 614
Karma: 73700
Join Date: Oct 2009
Location: WA, USA
Device: Android, Kindle Paperwhite, lots of ancient readers
Quote:
Originally Posted by Katsunami View Post
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.
nikkie is offline   Reply With Quote