If I wanted to create a fancy book cover page (after all most books have covers), would it be best to add it directly in the blade or should I create a new part?
You could add something via that export-body-start template, though it might require a lot of playing around and styling, and positioning to get things looking like you need. For a cover page, you'd maybe want to not used fixed positioning for the cover content, otherwise it will overlay the actual export contents.
Thanks for that video! As we use this tool for IT documentation our Auditor want the last auditor, timestamp and version on EVERY site. is there a way to achieve this?
Not totally sure what you fully need here. It might be possible via storing any extra information as tags then show that tag data where you need it to show.
@@BookStackApp Thanks. I really do need some page metadata on every single exported pdf site. Authors Name, Timestamp of the last edit and the version number. Are these metadata available in the export templates and where can I put those data into every sites footer?
Should do. I think the linuxserver.io image provides the folder as part of the `/config` directory that you should be mounting as a volume. Not sure about other docker images.
I have an application, this application has its own account and password, I want to put this application in bookstack in the form of a link.However, I want to be able to log in directly after logging in to bookstack by clicking the link, I have change the account of the application to be the same as the bookstack, I would like to ask what method can be used to achieve it,thanks.
It's not likely something that can be easily done via link only. It really depends on the authentication mechanisms of both BookStack and your other application.
Please continue with the videos, they are helping A LOT!
btw these demo videos are a REALLLLYYYY helpful thing, I have queued up like.. 10??? to watch... thanks for doing this!!!
Great Tutorial! Thank you very much 😊
I didn't even know vscode could connect via SSH and access files like that. That's... BONKERS!
If I wanted to create a fancy book cover page (after all most books have covers), would it be best to add it directly in the blade or should I create a new part?
You could add something via that export-body-start template, though it might require a lot of playing around and styling, and positioning to get things looking like you need.
For a cover page, you'd maybe want to not used fixed positioning for the cover content, otherwise it will overlay the actual export contents.
@@BookStackApp thanks for the advice. I’m going to try it out. Also thanks for making a awesome app
Thanks for that video!
As we use this tool for IT documentation our Auditor want the last auditor, timestamp and version on EVERY site. is there a way to achieve this?
Not totally sure what you fully need here. It might be possible via storing any extra information as tags then show that tag data where you need it to show.
@@BookStackApp Thanks. I really do need some page metadata on every single exported pdf site. Authors Name, Timestamp of the last edit and the version number. Are these metadata available in the export templates and where can I put those data into every sites footer?
I'd like to pull in the page title into the right side of the header on each page, instead of the page number. How would I reference that?
Not tested this but you could try:
{{ $page->name ?? '' }}
@@BookStackApp This works! Thanks very much!
Does this work with the Docker Setup as well? Binding the theme folder in the past, resulted in a couple of errors in the past.
Should do. I think the linuxserver.io image provides the folder as part of the `/config` directory that you should be mounting as a volume. Not sure about other docker images.
@@BookStackApp Yes got it working. BTW brilliant work here and thanks for the tutorial :)
@@fullstack.developer Awesome, thanks & good to hear you got things working!
I have an application, this application has its own account and password, I want to put this application in bookstack in the form of a link.However, I want to be able to log in directly after logging in to bookstack by clicking the link, I have change the account of the application to be the same as the bookstack, I would like to ask what method can be used to achieve it,thanks.
It's not likely something that can be easily done via link only.
It really depends on the authentication mechanisms of both BookStack and your other application.
If I write a code under this framework, is there a chance to realize it?