diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -15,10 +15,10 @@ ## Improvements -* [ ] Localization support: - * [ ] By detecting the `lang` YAML parameters and using templates from - `templates/{book,notes}/$lang`. - * [ ] Setup a PO-file workflow for translating the templates. +* [ ] Localization: + * [ ] Compile the `_output.yml` from a template, setting the `includes` + from the appropriate language-based structure files. + * [ ] Setup a PO-file workflow for translating the structure and templates? * [ ] Formats: * [ ] Fix the EPUB output: https://bookdown.org/yihui/bookdown/e-books.html @@ -35,6 +35,7 @@ Possible implementations: https://stackoverflow.com/questions/40735727/create-index-of-definitions-theorems-at-end-of-bookdown-book?rq=4 * [ ] Misc: + * [ ] Merge `structure` and `templates`? * [ ] Suport for a `BASE_URL` environment variable? It would be applied as a template variable in `%%base_url%%` placeholers, allowing the compile material to have links among themselves. |