Plugin to import book, chapter or page from BookStack.
Usage:
nikola import_bookstack --url=https://example.tld --key=API:KEY --book=1
Imports all chapters and pages for the book with the id 1
nikola import_bookstack --url=https://example.tld --key=API:KEY --chapter=1
Imports all pages for the chapter with the id 1
nikola import_bookstack --url=https://example.tld --key=API:KEY --page=1
Imports the page with the id 1