diff --git a/_extensions/pandoc-to-zotero-live/_extension.yml b/_extensions/pandoc-to-zotero-live/_extension.yml new file mode 100644 index 0000000..2394ec5 --- /dev/null +++ b/_extensions/pandoc-to-zotero-live/_extension.yml @@ -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 diff --git a/src/pandoc-to-zotero-live.lua b/_extensions/pandoc-to-zotero-live/pandoc-to-zotero-live.lua similarity index 100% rename from src/pandoc-to-zotero-live.lua rename to _extensions/pandoc-to-zotero-live/pandoc-to-zotero-live.lua diff --git a/_quarto.yml b/_quarto.yml index bf7b931..e33fec8 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -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