From 07228050cbd40aa2001293607930180c95134ee8 Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Wed, 26 Apr 2023 15:32:54 +0200 Subject: [PATCH] Updated TODO.md. --- TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index f92735c..945130e 100644 --- a/TODO.md +++ b/TODO.md @@ -2,11 +2,12 @@ Here will be kept all of the various todos for this project, organized by release. -## v0.3.0 +## Future ### Add - [ ] Plan out plugin system such that we can create custom providers of texts, data, etc. - [ ] Provide a way to override `ssgBuilds` variables from the cli. +- [ ] Add `Watchable` interface/trait back; an abstraction over FS watching and other sources (such as a database, etc.). ### Fix