OliverBalfour / obsidian-pandoc

Pandoc document export plugin for Obsidian (https://obsidian.md)
MIT License
711 stars 59 forks source link

Citations not updated on export #202

Closed devinat1 closed 10 months ago

devinat1 commented 10 months ago

I followed the obsidian-pandoc directions regarding citations, and have the following for extra pandoc arguments:

--metadata csl=https://raw.githubusercontent.com/citation-style-language/styles/master/apa.csl 
--metadata bibliography=C:\Users\wwwde\Downloads\pandoc\My_Library.bib
--citeproc

However, when I export to any format via this plugin, the citations are not updated properly. I have followed this tutorial: https://www.youtube.com/watch?v=OMPx1dCdcYA I have pandoc and pdflatex installed on my windows 11 machine

Neither of these work: [@wuExploringLimitsChatGPT2023] @wuExploringLimitsChatGPT2023

SYSTEM INFO: Obsidian version: v1.5.3 Installer version: v1.4.16 Operating system: Windows 10 Home 10.0.23606 Login status: logged in Catalyst license: none Insider build toggle: off Live preview: on Base theme: dark Community theme: Minimal v7.4.6 Snippets enabled: 0 Restricted mode: off Plugins installed: 44 Plugins enabled: 33 1: Admonition v10.1.1 2: Calendar v1.5.10 3: Custom Frames v2.4.6 4: Dataview v0.5.64 5: Dice Roller v10.4.0 6: Editor Syntax Highlight v0.1.3 7: Excalidraw v2.0.12 8: Google Photos v1.6.5 9: Hider v1.3.1 10: Homepage v3.6.0 11: Image Toolkit v1.4.1 12: LanguageTool Integration v0.3.6 13: Linter v1.22.0 14: Minimal Theme Settings v7.3.1 15: Note Refactor v1.8.2 16: Obsidian_to_Anki v3.4.2 17: Paste URL into selection v1.7.0 18: Plugin Update Tracker v1.5.2 19: Quick Switcher++ v3.3.9 20: QuickAdd v1.6.1 21: Readwise Official v2.0.1 22: Recent Files v1.3.8 23: Settings Search v1.3.10 24: Templater v2.0.0 25: Text Extractor v0.4.10 26: Todoist Plugin v1.11.1 27: ExcaliBrain v0.2.11 28: DB Folder v3.5.0 29: Zotero Integration v3.1.2 30: Citations v0.4.5 31: Pandoc Reference List v2.0.24 32: Pandoc Plugin v0.4.1 33: Longform v2.0.4

devinat1 commented 10 months ago

My fault. I selected to export files from markdown and it worked.