You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: foundata/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.