blob: 34e473ae0db70e70e146b215adef147c8f4b5a3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# TODO
* [ ] Meta:
* [ ] Make the remote repositories public.
* [ ] Optionally move all `.bib` files to a subfolder.
* [ ] 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.
|