timonwong / OmniMarkupPreviewer

Sublime Text 2&3 plugin to live preview markup files, supported (not limited to) markup formats are markdown, reStructuredText, WikiCreole and textile.
MIT License
500 stars 74 forks source link

How to add 3rd party extensions to the Python Markdown renderer #77

Open old9 opened 9 years ago

old9 commented 9 years ago

I'd like to add some 3rd party extensions to the Python Markdown renderer, like superfences, tasklist(that sublimetext-markdown-preview uses), to make the markdown rendering more github-ish.

There are some build-in 3rd party extensions in the config file already, but what if I want to add more to the list?

tobiashochguertel commented 9 years ago

I have the same question. I extened an forked Markdown-Python Extension: Markdown-Checklists. My extended fork can be found on my github-page. I updateded the readme.md with information about how to install the renderer Extention to OmniMarkupPreviewer. It's not finished yet, but is there an chance to integrate this?

akaleeroy commented 7 years ago

Any news on this?

@tobiashochguertel I didn't have CygWin and thought I could just copy the files like in the MakeFile. Added , "checklists" to the array of extensions in my OmniMarkupPreviewer.sublime-settings file and that did absolutely nothing. It works, except it leaves a bullet point before the checkbox.

tobiashochguertel commented 7 years ago

Nope no news. I have to give it a try again.