aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-01-18 13:55:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-01-18 13:55:20 -0300
commitc9180b4af8bee564742dffcb9773cb8632049170 (patch)
tree39d2fb3b003427fead8e3a500654b35176ad6fc4
parente83aba1e376f50b76bc552408694b0ba796a24b3 (diff)
downloadbookup-c9180b4af8bee564742dffcb9773cb8632049170.tar.gz
bookup-c9180b4af8bee564742dffcb9773cb8632049170.tar.bz2
Fix: TODO: lookup for js folder on nested books and notes
-rw-r--r--TODO.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 67fcd15..f0604c9 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,6 +2,9 @@
## Issues
+* [ ] Fix lookup for `js` folder on nested books and notes.
+ If the book is built under `build/book`, then search
+ won't work because `build/book/js` won't be available.
* [ ] Bug in `pandoc` with `citeproc` ignoring citation inside LaTeX blocks.
Affecting the PDF format. Test available at `test/pandoc`.
Consider to test with the latest pandoc and citeproc versions.