pandoc-wrappers
pandoc-wrappers copied to clipboard
Various python wrappers I use to build documents using markdown and pandoc.
These are wrappers for the wonderful pandoc tool that I use for creating web pages, presentations, papers, and even books. I don't imagine they will be useful to others off-the-shelf but there might be handy techniques, particular the super simple, limited, but fast bibtex parser in mdn2bib.
md2bib.py
A set of bibtex utilities for parsing and manipulating bibtex files, especially in the context of my pandoc wrappers.
markdown-wrapper.py
A wrapper script for pandoc that handles my own issues:
- associates the result with a particular style sheet;
- can replace [@key] with hypertext'd refs from bibtex database;
- can create (partial) handouts for students from slides;
doc2txt.py
Wraps many tools for converting documents to text.
wiki-update.py
Build the static portions of my website by looking for source files newer than existing HTML files.
ob-/* (obsidian) -> html
*.md (pandoc)-> html
2023-05-05: Freeplane and Zim wiki builds have been removed for lack of use.