plsql-md-doc icon indicating copy to clipboard operation
plsql-md-doc copied to clipboard

Option to merge all markdown files into 1

Open vincentmorneau opened this issue 9 years ago • 1 comments

It would be helpful to be able to generate a single .md file instead of 1 per package.

Then, converting to PDF is a snap (https://atom.io/packages/markdown-pdf), and you get yourself a portable version of your doc.

vincentmorneau avatar Jun 10 '16 16:06 vincentmorneau

This should be easy to accomplish with a config option like mergeDoc and you specify a name. Or "mergeDocs": true and we generate a projectName.md

The resulting file should probably be:

config.toc.fileName + {each}obj.fileData.name + '.md'

We should be careful that config.toc.fileName <> projectName.md ;-) or add a suffix

rimblas avatar Oct 13 '16 22:10 rimblas