diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 23 |
1 files changed, 14 insertions, 9 deletions
@@ -2,27 +2,32 @@ ## Basic +* [ ] Add license and version information in the notebook. +* [ ] Add link to the notebook in the main book HTML. * [ ] Move `slides` to `content/slides`? +* [ ] Localization support, by detecting the `lang` YAML parameters and using + templates from `templates/{book,notes}/$lang`. * [ ] Improve the documentation, including: * [ ] Repository URL. - * [ ] Livros que usam Bookup. - * [ ] Projetos semelhantes: + * [ ] Translate to English. + * [ ] Add a reference to books using Bookup. + * [ ] Similar projects: * [ ] [Repositórios da Editora Hedra](https://github.com/hedra-editora). ## Improvements -* [ ] Supporte a uma variável de ambiente `BASE_URL`, aplicada - como variável de template `%%base_url%%`, permitindo que o - material compilado tenha links entre si? +* [ ] 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. * [ ] Optionally add a small reference to the Bookup website in the book frontmatter? ## Issues -* [ ] Bug no `pandoc` ou `citeproc` ignorando citações dentro de blocos LaTeX. - Afetando o formato PDF. Vide teste em `test/pandoc`. - Considerar um relatório upstream. - Se necessário, aplicar também correções também nos repositórios downstream. +* [ ] Bug in `pandoc` or `citeproce` ignoring citation inside LaTeX blocks. + Affecting the PDF format. Test available at `test/pandoc`. + Consider an upstream bug report. + If needed, also apply corrections in the existing downstream projects. ## Bonus |