From a519788c9f2b976d76006b50ca8bcd89899b7f98 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 1 Nov 2024 12:36:49 -0500 Subject: [PATCH] add todo --- todo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/todo.md b/todo.md index f130209..a7a07a6 100644 --- a/todo.md +++ b/todo.md @@ -4,5 +4,6 @@ - [ ] `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"'` +- [ ] support default arguments in template (would require manual kind specification)