I would like to export one folder of MMD documents to individual files but I can’t figure out how to do this. Is it possible?
For example, I have
Big Folder
DocumentA
DocumentB
DocumentC
when I run the compile command I would like to have three HTML files “DocumentA.html”, “DocumentB.html” and “DocumentC.html”. I think I’ve done this before but now I can’t figure out how to do it.
What you might remember is at some point using File/Export...
to create a bunch of files, as Compile has never had this capability (at least not visibly; it does chop things up inside of an e-book file). Of course, Export just creates literal files for each Binder item, so no MMD parsing to HTML will be done. What is it you are attempting to accomplish?
I’m writing on-line lectures that I copy to a crappy CMS system. I’m currently mapping a folder in scrivener as a lecture/section in the CMS where each file in the folder should become one page in the CMS.
I thought I would avoid the need to make several compiles (one for each file) and just compile all files in folder at once.