Plugins

no hurry, no pause.

Last update: 2024-08-19

*Updated on 2024-08-18. Enhancing Export Plugin settings, xHTML.

Updated on 2024-08-14. Enhancing Export Plugin settings, xHTML.

Updated on 2024-03-06. Minimal config plugin for minimal theme, Linter, Citations, Footnote Shortcut, Obsidian Enhancing Export, Pandoc Reference List.

Citations

Database path: 0_pandoc/My Library.json

Obsidian Export Settings

-f ${fromFormat} --resource-path="${currentDir}" --resource-path="${attachmentFolderPath}" --lua-filter="${luaDir}/math_block.lua" --standalone --template template.html -A footer.html --bibliography refs.bib --citeproc --csl apa.csl -o "${outputPath}" -t html
--mathjax="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg-full.js"

Obsidian Enhancing Export

Default export folder: /Users/myself/Documents/obsidian-zettelkasten/0_pandoc

Choose template: xHTML
Arguments: -f ${fromFormat} --resource-path="${currentDir}" -s -o "${outputPath}" -t html
Extra Arguments: --template template.html -A footer.html --bibliography refs.bib --citeproc --csl apa.csl

Choose template: html
Arguments: -f markdown --resource-path="${currentDir}" --resource-path="${attachmentFolderPath}" --lua-filter="${luaDir}/math_block.lua" --embed-resources --standalone -s -o "${outputPath}" -t html
Extra Arguments: -c pandoc.css -A footer.html --bibliography refs.bib --citeproc --csl apa.csl

Pandoc Reference List

Fallback path to Pandoc: /usr/local/bin/pandoc
Path to bib file: /Users/myself/Documents/obsidian-zettelkasten/pandoc/My Library.json
Libraries to include in bib: My Library
Citation style: APA Ed 7.

Other Plugins

Calendar, Pandoc, Footnote Shortcut, Update time on edit.