-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML image export #799
Comments
well it's called export to html after all but you could |
Hi @gnsiva and @mendiromania, Currently BookStack does attempt to Base64 embed images on the page for exports as shown here: If the image is not found then it's not base64 included. @gnsiva, Just some questions to help debugging this issue:
|
@ssddanbrown |
@ssddanbrown |
@gnsiva Ah, Fantastic, Happy to hear things are working now. Will close this issue. |
Thanks for your help! |
For Bug Reports
This is using solidnerd/docker-bookstack
Expected Behavior
HTML export would contain images. These images are copy and pasted into the document, and so are uploaded into the bookstack uploads directory. This works correctly in normal use (expect for export).
Current Behavior
No images are visible in HTML export. When I inspect the html, I can see that it is a relative link which doesn't make sense for an export. e.g.
I guess there should be a way of configuring the server address so that this is filled in before
/uploads
? Also it would be nice if base64 encoding and embedding the images was also supported.Steps to Reproduce
Launch solidnerd version of bookstack docker container, paste an image into a bookstack page and try to html export.
The text was updated successfully, but these errors were encountered: