Updated TODO.md.

This commit is contained in:
JesseBrault0709 2023-04-26 15:32:54 +02:00
parent fdc2c83e99
commit 07228050cb

View File

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