blob: e30659bc45718414565f75e37f616f0ea3f763f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# TODO
* [ ] Meta:
* [ ] Turn remote repositories public.
* [ ] 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.
* [ ] Tools:
* [ ] Improve the `doi2bib` script, and move to this repository.
* [ ] Search tool, maybe based on AWK:
https://tex.stackexchange.com/questions/28506/how-to-use-a-command-line-tool-to-extract-a-bibtex-reference-that-contains-a-sea
* [ ] ISBN to BibTeX.
* [x] Markdown inclusion generator (`_biblio.yml`) that can be easily symlinked.
|