- 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>