diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-01 06:39:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-01 06:39:26 -0300 |
commit | 5e4378dda558749e2a9e200d0b0281a7d2981857 (patch) | |
tree | d79dab65960b60f32beaf7f764fddd3047135261 /TODO.md | |
parent | 3cd51061092dfeba1fe55cae99ce234801bdb90d (diff) | |
download | biblio-5e4378dda558749e2a9e200d0b0281a7d2981857.tar.gz biblio-5e4378dda558749e2a9e200d0b0281a7d2981857.tar.bz2 |
Adds TODO
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +# TODO + +* [ ] Types: + * [ ] Check whether Pandoc, pibtex and other tools/libs support custom bib types. + * [ ] Adopt custom bibliography types such as `comic`, `movie`, `dossier` etc. +* [ ] Fields: + * [ ] Language field using ISO codes. Is there a standard field already? +* [ ] Cataloguing: + * [ ] Improve sorting and categorization in files. + * [ ] Populate BibTeX custom tag and langued fields. + * [ ] How to translate authors? Fallback: use the name as in the work: use the + name in the original language. +* [ ] Usage: + * [ ] Search tool. + * [ ] Markdown inclusion generator. |