Klap-in / dokuwiki-plugin-bookcreator

Allow to select some pages and create a book (PDF, ODT or text)

Home Page:https://www.dokuwiki.org/plugin:bookcreator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin assumes that main content from the page is into #dokuwiki__content element

eduardomozart opened this issue · comments

The Bookcreator plugin fails to load the pages added to the book into "Create PDF book" page into Vector template because it assumes that the page content is into #dokuwiki__content, but Vector template uses #content. I create a pull request into Vector template to address this issue: arsava/dokuwiki-template-vector#66

But I believe that Bookcreator should use another method instead of relying into a preset HTML element name, or maybe offer the possibility to configure it's element name into plug-in options.