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
We get a number of issues asking for tweaks to the PDF export format. #3440 and #3441 are recent examples of these.
While these could be customized using the visual theme system, the templates are currently a bit messy and wide-in-scope to make this easy.
To ease such customization, the export templates should be cleaned up and split into partials as much as possible where it makes sense. I started to do this in the PR that added PDF header/footer support but that branch was never merged.
The text was updated successfully, but these errors were encountered:
Moved export templates elements into their own folder for better
grouping of logical usage.
Within the base export template, added some body classes to allow easier
targeted customisation via custom head css.
Split content of export templates into smaller partials for easier
future customization.
ClosesBookStackApp#3443
We get a number of issues asking for tweaks to the PDF export format. #3440 and #3441 are recent examples of these.
While these could be customized using the visual theme system, the templates are currently a bit messy and wide-in-scope to make this easy.
To ease such customization, the export templates should be cleaned up and split into partials as much as possible where it makes sense. I started to do this in the PR that added PDF header/footer support but that branch was never merged.
The text was updated successfully, but these errors were encountered: