facelessuser / PyMdown

CLI batch markdown converter/previewer. Wrapped around Python's Markdown Package and Pygments.
MIT License
5 stars 9 forks source link

Batch convert command for Sublime plugin. #16

Closed facelessuser closed 10 years ago

facelessuser commented 10 years ago

Really want this to convert an entire folder of documents. Need to thread the process. Should probably thread all calls (even single file calls) and lock the commands until work is done. Thinks will be more responsive that way.

facelessuser commented 10 years ago

Sticking with only threading batch for now. Done.