@@BookStackApp I'm trying to edit Bookstack from my localhost using a docker-compose file that was provided to me, but I still don't understand where to find the repository to modify it internally.
Hello, I don't know if you remember me haha, I'm looking at how to make custom templates for export pages, books or shelves. I don't know if you have any documentation that talks about that?
Hello, I do remember the name/avatar at least! No specific documentation for that. Adding new export options would be quite involved & tricky. Tweaking the template for HTML/PDF export options can be done like tweaking all other view, using the visual theme system. My PDF header/footer video touches on this: th-cam.com/video/5bZ7zlNEphc/w-d-xo.html There are specific export views for pages, books and chapters which you can override, much of which can be seen in files here: github.com/BookStackApp/BookStack/tree/v23.10.4/resources/views/exports
Seems like a whole lot of (not so straightforward) work to try and get some different looks/theme... not to mention the mandatory deep knowledge of php/css needed I assume...
It's not a whole lot of work to get started with, but it is indeed primarily intended for developers that can understand their way through our usage of templates, so any advanced changes may be tricky with that kind of prior knowledge.
@@BookStackApp I have to say though that the base bookstack is the cleanest and most well organized 'wiki' like implementation I've seen.. Very nice indeed...
Hello, where exactly are those repositories?
I'm not sure I understand. What repositories? There are some links in the description.
@@BookStackApp I'm trying to edit Bookstack from my localhost using a docker-compose file that was provided to me, but I still don't understand where to find the repository to modify it internally.
Hello, I don't know if you remember me haha, I'm looking at how to make custom templates for export pages, books or shelves. I don't know if you have any documentation that talks about that?
Hello, I do remember the name/avatar at least!
No specific documentation for that. Adding new export options would be quite involved & tricky.
Tweaking the template for HTML/PDF export options can be done like tweaking all other view, using the visual theme system.
My PDF header/footer video touches on this: th-cam.com/video/5bZ7zlNEphc/w-d-xo.html
There are specific export views for pages, books and chapters which you can override, much of which can be seen in files here:
github.com/BookStackApp/BookStack/tree/v23.10.4/resources/views/exports
Seems like a whole lot of (not so straightforward) work to try and get some different looks/theme... not to mention the mandatory deep knowledge of php/css needed I assume...
It's not a whole lot of work to get started with, but it is indeed primarily intended for developers that can understand their way through our usage of templates, so any advanced changes may be tricky with that kind of prior knowledge.
@@BookStackApp I have to say though that the base bookstack is the cleanest and most well organized 'wiki' like implementation I've seen.. Very nice indeed...