aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
blob: dc246c52616b2bc54661751d515411b84ad3c458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# TODO

## Basic

* [ ] Improve the documentation.
* [ ] Notebook support.
* [ ] Website support.
* [ ] Add other features available in the `cybersni` repository.

## Issues

* [ ] Bug no `pandoc` ou `citeproc` ignorando citações dentro de blocos LaTeX.
      Afetando o formato PDF. Vide projeto `test`, em `~/code/test/pandoc`.
      Considerar um relatório upstream.
      Se necessário, aplicar também correções também nos repositórios downstream.

## Bonus

* [ ] GitLab CI.
* [ ] Localization support?
  * It makes sense to localize common strings in the book structure.
  * But maybe it does not make much sense to localize strings in PO files for
    the content itself, since long text translations may need an engine that is
    not line based. Needs more thinking.