Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-06 | +initial html file format | dx | |
Uses % symbols to delimit variables to substitute. Title and body are two fundamental files. | |||
2020-05-05 | +read the initial html file | dx | |
This html file has a specific format | |||
2020-05-05 | squash! +option parsing capability | dx | |
2020-05-05 | +argument validation for markdown file test | dx | |
Usign regex to check if each file is a markdown file or not, skipping any that are | |||
2020-05-05 | +option parsing capability | dx | |
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 gitignore | dx | |
2020-05-05 | +converter.py file | dx | |
This will be the main file for conversions to occur, though the project may grow out of this file. | |||
2020-05-05 | Initial commit | odavep | |