ADMDW

Results 3 comments of ADMDW

Your video is very helpful - thank you. How can the book title, chapter, and page name be added in addition to the page number? Thanks.

I have found the following after some experimentation: ``` @if(isset($page)) {{ $page->book->name }} {{ $page->name }} @else {{ $book->name }} @endif ``` When I export only one page, both the...

This is the whole content of my /var/www/bookstack/themes/myTemplate/layouts/parts/export-body-start.blade.php file: ``` {{-- This is a placeholder template file provided as a --}} {{-- convenience to users of the visual theme system....