BookStack Theme System using a linuxserver.io Container Setup

Поделиться
HTML-код
  • Опубликовано: 4 сен 2024

Комментарии • 8

  • @AlFentv
    @AlFentv 9 месяцев назад

    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?

    • @BookStackApp
      @BookStackApp  9 месяцев назад

      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: ruclips.net/video/5bZ7zlNEphc/видео.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

  • @sebitvr
    @sebitvr Месяц назад

    Hello, where exactly are those repositories?

    • @BookStackApp
      @BookStackApp  Месяц назад

      I'm not sure I understand. What repositories? There are some links in the description.

    • @sebitvr
      @sebitvr 29 дней назад

      @@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.

  • @JPEaglesandKatz
    @JPEaglesandKatz 6 месяцев назад

    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...

    • @BookStackApp
      @BookStackApp  6 месяцев назад

      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.

    • @JPEaglesandKatz
      @JPEaglesandKatz 6 месяцев назад +1

      @@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...