diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 10:01:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 10:01:29 -0300 |
commit | 62402a1fefd04ba157221aaf99d3578d9fa03526 (patch) | |
tree | bb95603713ef08619ee12590662fb433ee6bb0a3 /TODO.md | |
parent | 54f4cdd017b514cf031a001ef9d9bc6ebc8ecf5d (diff) | |
download | biblio-62402a1fefd04ba157221aaf99d3578d9fa03526.tar.gz biblio-62402a1fefd04ba157221aaf99d3578d9fa03526.tar.bz2 |
Feat: Markdown inclusion generator (compatible with Pandoc)
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ # 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. @@ -15,4 +17,4 @@ * [ ] 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. - * [ ] Markdown inclusion generator. + * [x] Markdown inclusion generator (`_biblio.yml`) that can be easily symlinked. |