Skip to content

Instantly share code, notes, and snippets.

View derekvan's full-sized avatar

Derek Van Ittersum derekvan

View GitHub Profile
@derekvan
derekvan / obsidian_to_marked_wikilink_preprocessor.rb
Created April 2, 2021 18:00 — forked from radekkozak/obsidian_to_marked_wikilink_preprocessor.rb
Obsidian [[WikiLinks|with aliases]] preprocessor for Marked app
#! /usr/bin/env python
# -*- coding: utf-8 -*-
## iMDtoPDF.py
## by W. Caleb McDaniel
## http://wcm1.web.rice.edu
## This is a wrapper script for sending documents to Docverter
## for conversion from markdown to PDF using Pandoc. Typically
## Docverter calls are made with cURL; this script uses httplib.