markdown-folder-to-html icon indicating copy to clipboard operation
markdown-folder-to-html copied to clipboard

Convert a folder with files and markdown documents to an HTML site

Results 20 markdown-folder-to-html issues
Sort by recently updated
recently updated
newest added

It's a bit annoying to have to add a second command to copy the output to the wished folder. With a second parameter, the folder output can be configured.

The combined use of path and URL and how the URL instance is created feels hack-ish to me, but here's a first attempt. Let me know what you think. The...

Hi, for very large projects it would be useful to have nested list items to be collapsible. It will improve incredibly user experience. Congratulations for your work, code works perfectly...

enhancement

Can I easily prevent the script from adding the ID and heading-anchor-permalink from each heading element? Thank you!

It would be useful to resize images using standard markdown option: Maybe something like this: ![sample image](image.png | width=100) ![sample image](image.png =250x250)

Hi, Are you planning to add flow support ? https://flowchart.js.org/

**Changes:** Enable setting the output folder as second argument (first is the input folder). Line 17: const [docsFolder, outputFolder, ...argsRest] = process.argv.slice(2); Line 22: const output = (outputFolder) ? outputFolder...

Given that we have to have the relative paths for each file for all files to generate the index, we are parsing all files and finding relative paths for every...

enhancement

Generate a sample wiki and assert things based on the output folder.

enhancement