getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
56 stars 92 forks source link

Added plugin for ditaa ReST directive #398

Closed spookylukey closed 2 years ago

spookylukey commented 2 years ago

Includes automated tests for the happy case, mocking out the ditaa binary since that will be hard to install.

I have manually tested the error cases, and could add unit tests for that if wanted.

The README should explain the use cases. You can see it in action at https://lukeplant.me.uk/blog/posts/life-on-the-diagonal-adventures-in-2d-time/#a-2-d-calendar

Kwpolska commented 2 years ago

Thanks for contributing this!

spookylukey commented 2 years ago

Thanks so much for accepting!