From f87f512be1e67e3970e3f1e82dd505b529fa4b93 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 31 Oct 2024 15:09:31 -0500 Subject: [PATCH] add todos --- todo.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 todo.md diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..f130209 --- /dev/null +++ b/todo.md @@ -0,0 +1,8 @@ +# typstgen todo's + +- [ ] add special cased (overridable) components + - [ ] `include: path/to/file.yml` load separate standalone config file relative to parent directory of config file + for typst files it should be possible to do `raw: 'include: "file.typ"'` + + +