From 264129b1e99c449aac7da41f9134926d6260d704 Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Fri, 28 Jun 2024 16:22:36 +0100 Subject: [PATCH] docs(TODO): Update TODO file Remove old TODO entries --- TODO | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TODO b/TODO index ad9dcb2..337e0d7 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,5 @@ -- UPDATE README - - Make the code such that the metadata file knows what source file an output file came from, this will allow us to delete files from source and force consistency by removing them from the dst directory too. - Add a pre-commit or other type of hook to ensure that the Testing directory is properly cleaned and reset before commit. - Ensure that the .gitkeep file is placed into Testing/dst - -- Look into the possiblity of using a TemplateTemplate, And generating the pandoc template on the fly making it possible to switch out domian/prefix stuff