- Creates a templates and a notes directory.
- Creates a default template used to create new files. It contains a
minimal frontmatter with the creation date and an ID.
- Adds the *new* recipe which creates a new file in the notes directory,
based on the default template, replacing the creation date and ID
variables with according values.
- Updates the README file with the new recipe.
- Improves the documentation of the code with comments.
- Fixes#9.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Creates the Makefile.
- Adds a way to display a minimal help message. This part comes entirely
from
<https://www.thapaliya.com/en/writings/well-documented-makefiles>.
- Documents the requirements and the usage in the README.
- Closes#2.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Writes the first version of the README.md file, which tries to
describe and explain the project.
- Closes#3.
Co-Authored-by: iGor milhit <igor@milhit.ch>