Compare commits
2 commits
872bb0a7b6
...
b3884ff636
Author | SHA1 | Date | |
---|---|---|---|
b3884ff636 | |||
1f5b7b1500 |
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
1
todo.md
1
todo.md
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue