Compare commits
No commits in common. "b3884ff6369f23c81b631987a7595b52df54dbe0" and "872bb0a7b65470961c307158196c1a72db2767fd" have entirely different histories.
b3884ff636
...
872bb0a7b6
2 changed files with 0 additions and 2 deletions
|
@ -58,7 +58,6 @@ 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,7 +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"'`
|
||||
|
||||
- [ ] 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