Compare commits

...

2 commits

Author SHA1 Message Date
b3884ff636
add todo 2024-11-07 21:36:08 -06:00
1f5b7b1500
add todo 2024-11-07 17:44:09 -06:00
2 changed files with 2 additions and 0 deletions

View file

@ -58,6 +58,7 @@ proc addDefaultTemplates(c: var Config) =
)
# TODO: make yaml parsing fail more graceful
proc loadConfig(configPath: string): Config =
var s = newFileStream(configPath)

View file

@ -4,6 +4,7 @@
- [ ] `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"'`
- [ ] add a dump templates flag
- [ ] support default arguments in template (would require manual kind specification)
<!-- generated with <3 by daylinmorgan/todo -->