From 7869586e435ab438ca5aa08e8a812cedd09d0bcb Mon Sep 17 00:00:00 2001 From: tmthrgd Date: Fri, 3 Oct 2014 01:34:30 +0930 Subject: [PATCH] Add my ditaa-ditaa plugin under Other ditaa-ditaa is a drastic revision of jekyll-ditaa that renders diagrams drawn using ASCII art into PNG images. It is not immediately clear where ditaa-ditaa would belong as it provides both generator functionality, tag functionality and other functionality. --- site/_docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/_docs/plugins.md b/site/_docs/plugins.md index 770147c3..9cb42d50 100644 --- a/site/_docs/plugins.md +++ b/site/_docs/plugins.md @@ -521,6 +521,7 @@ You can find a few useful plugins at the following locations: #### Other +- [ditaa-ditaa](https://github.com/tmthrgd/ditaa-ditaa) by [Tom Thorogood](http://tomthorogood.co.uk/): a drastic revision of jekyll-ditaa that renders diagrams drawn using ASCII art into PNG images. - [Pygments Cache Path by Raimonds Simanovskis](https://github.com/rsim/blog.rayapps.com/blob/master/_plugins/pygments_cache_patch.rb): Plugin to cache syntax-highlighted code from Pygments. - [Draft/Publish Plugin by Michael Ivey](https://gist.github.com/49630): Save posts as drafts. - [Growl Notification Generator by Tate Johnson](https://gist.github.com/490101): Send Jekyll notifications to Growl.