diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-13 09:41:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-13 09:41:34 -0300 |
commit | 6cee175a4b541184d55ee5b7a654dcd7d200b9b2 (patch) | |
tree | 3938935f1490b4feeb5e736ac65e536d1b58b2dc | |
parent | 3c9bebec9a6881e6ff5b7548e9d815a330c56d1b (diff) | |
download | bookup-6cee175a4b541184d55ee5b7a654dcd7d200b9b2.tar.gz bookup-6cee175a4b541184d55ee5b7a654dcd7d200b9b2.tar.bz2 |
TODO: spell checking
-rw-r--r-- | TODO.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ Possible implementations: https://stackoverflow.com/questions/40735727/create-index-of-definitions-theorems-at-end-of-bookdown-book?rq=4 * [ ] Misc: + * [ ] Spell checking as a `Makefile` target. * [ ] 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. |