Instant Markdown base and publication directory #135
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Instant Markdown html generation should be able to work on a directory (the base directory) and generate a corresponding directory tree of html in a target publication directory. There should be a default publication directory set as "~/Notes/" and there should be an EnvironmentVariable to override this default. If called on a single file, the html file should be generated next to the original md file unless specified otherwise with the flag --use-publication-dir. To traverse a directory and put html page next to the md-files, there should be the switch --dont-use-publication-dir.