blob: a1b04c913709ae1cfafbe2d79d3581b0654f805d (
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
25
26
27
28
29
30
31
32
33
34
35
|
# TODO
## Basic
* [ ] Slides:
* [ ] Move `slides` to `content/slides`?
* [ ] Improved slides workflow (compilation etc).
## Issues
* [ ] Bug in `pandoc` or `citeproc` 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.
## 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.
* [ ] 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?
## Documentation
* [ ] Translate to English.
* [ ] Improve the documentation.
* [ ] Add a reference to:
* [ ] Books using Bookup.
* [ ] Similar projects, like:
* [ ] [Repositórios da Editora Hedra](https://github.com/hedra-editora).
|