book_figure
Book figure directives
To install, run
nikola plugin -i book_figure
Plugin to embed book link.
Usage::
.. book_figure:: title :class: :url: :author: :author_url: :isbn_13: :isbn_10: :asin: :image_url: Your review.
This should embed the book link.
Examples
This reStructuredText document:
.. book_figure:: Get Nikola :class: book-figure :url: http://getnikola.com/ :author: Roberto Alsina :author_url: http://ralsina.me/ :isbn_13: 1234567890123 :isbn_10: 1234567890 :asin: B001234567 :image_url: http://getnikola.com/galleries/demo/tesla2_lg.jpg Your review.
will result in:
<div class="book-figure"> <div class="book-figure-media"> <a class="book-figure-image" href="http://getnikola.com/" target="_blank"> <img src="http://getnikola.com/galleries/demo/tesla2_lg.jpg" alt="Get Nikola" /> </a> </div> <div class="book-figure-content"> <a class="book-figure-title" href="http://getnikola.com/" target="_blank">Get Nikola</a> <p class="book-figure-author">by <a href="http://ralsina.me/" target="_blank">Roberto Alsina</a></p> <table class="book-figure-book-number"> <tbody> <tr><th>ISBN-13:</th><td>1234567890123</td></tr> <tr><th>ISBN-10:</th><td>1234567890</td></tr> <tr><th>ASIN:</th><td>B001234567</td></tr> </tbody> </table> <div class="book-figure-review"> <p>Your review.</p> </div> </div> </div>
Screenshot:
Issues? Questions?
You can report issues with this plugin and request help via GitHub Issues.