aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-06+initial html file formatdx
Uses % symbols to delimit variables to substitute. Title and body are two fundamental files.
2020-05-05+read the initial html filedx
This html file has a specific format
2020-05-05squash! +option parsing capabilitydx
2020-05-05+argument validation for markdown file testdx
Usign regex to check if each file is a markdown file or not, skipping any that are
2020-05-05+option parsing capabilitydx
This allows for command line arguments. Currently have -i and -o: -i for initial template html -o for the output type (date or filename)
2020-05-05+simple gitignoredx
2020-05-05+converter.py filedx
This will be the main file for conversions to occur, though the project may grow out of this file.
2020-05-05Initial commitodavep