Collection of tools, scripts, and useful knowledge for pandoc, pandoc-citeproc, CSL, etc.
- Cite all entries from a bib file, and set
reference-section-title
:
---
nocite: '@*'
reference-section-title: References
...
- no support for non-English month-day/day-month combos (discussion)
- no official support for
volume-title
(supported by pandoc-citeproc & citeproc-js since about 2013) - no support for review of more than one work
- no support for
- EDTF (not supported yet)
- Capitalise first letter of subtitle if using apa.csl (citeproc-js does this)
- author name as part of narrative with multiple items
- Titles as part of narrative need to be moved in front of parenthetical citation
- Caps-protection in biblatex to CSL JSON/CSL YAML conversion
- Author-date citations with page references not separated by a semicolon
- Emphasis in titles trips up double→single quotation marks conversion if using JSON db
- Incorrect sorting with mixed Y, YMD, and YMD-YMD dates
- cheater syntax docs
- src/Text/CSL/Reference.hs: parseSuppFields
- does not parse line-entry cheater syntax
- does not parse dates and date ranges in cheater syntax
- example:
original-date: 2001-12-15/2001-12-31
- example:
- does not parse names in cheater syntax
- example:
editor: Thompson || Hunter S.
(cumulative!)
- example:
- no longer a huge problem since BBT exports clean (i.e., non-cheater) CSL JSON and CSL YAML
- hanging indent in reference section
- improve support for shortDOI
- on the fly (like pandoc-zotxt-shortdoi.r) but with cache, and with DBs other than zotxt?
- handle DOIs from cheater syntax, too!