quanticle / wikifier

A small executable to format markdown files from my notebook for pmwiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wikifier

A small binary that takes markdown files and formats them for PMWiki.

Wikifier assumes that your markdown file starts with a top-level heading (e.g. # Title) which it can use as the title of the wiki page. Wikifier turns that into a PMWiki (:title:) directive. It also adds the (:mathjax:) directive and reformats $mathjax$ into {$mathjax$}.

Building

  1. Install Leiningen
  2. lein bin -> this will create targets/default/wikifier, which is the self-contained binary you can copy to someplace on your path

About

A small executable to format markdown files from my notebook for pmwiki

License:GNU General Public License v3.0


Languages

Language:Clojure 100.0%