diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..788e1d4 --- /dev/null +++ b/TODO.md @@ -0,0 +1,11 @@ +# TODO + +**Last working on:** I fixed the frontmatter processing; now I should verify that the entire directory is being processed okay. + +## Thoroughly test directory processing + +- Is the pagedata being constructed as expected? +- Is the processmemory struct working as expected? + +NOTE: I should really write these as actual tests, not just running tests on my testing directory myself. +