refactor(code): Move zotero live citations to quarto ext

Instead of it lying in the src directory (where, reasonably, only python
data extraction, processing and modelling code should lie), I turned
the retorque filter into a simple quarto extension.
Could reasonably be repackaged separately from this repo since I believe
other people could profit off it.
This commit is contained in:
Marty Oehme 2024-02-16 12:06:43 +01:00
parent fac7d4c86a
commit 8cd6dc790d
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
3 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,7 @@
title: pandoc-to-zotero-live
author: Emiliano Heyns
maintainer: Marty Oehme
version: 0.1.0
contributes:
filters:
- pandoc-to-zotero-live.lua

View file

@ -23,7 +23,7 @@ format:
number-sections: true
reference-doc: 02-data/supplementary/justified.docx
filters:
- src/pandoc-to-zotero-live.lua
- pandoc-to-zotero-live
pdf:
echo: false
number-sections: true