Releases: Szwendacz99/BookStack-Python-exporter
Releases · Szwendacz99/BookStack-Python-exporter
v1.5.2
Release fixing images download, when image gallery contains broken linkgs (for example due to changing the domain/host of the BookStack instance)
- added flag
--skip-broken-image-links
What's Changed
- add option for skipping download of images with broken url by @Szwendacz99 in #13
Full Changelog: v1.5.1...v1.5.2
v1.5.1
Tested on bookstack v24.05.1
This is quick fix release to restore python versions from 3.6 to 3.10 compatibility
v1.5.0
Tested on bookstack v24.05.1
This release adds:
- image exporting (
--images
)- all images from gallery are exported to dedicated directory in export path root, preserving their internal paths
- markdown image tags updating (
--markdown-images
) (experimental)- same as
--images
but additionally will update markdown files to point to those local files. API does not provide a way to tell which images are currently on given page, therefore this is achieved in a tricky way, and can have some side effects, but generally it seem to work.
- same as