Releases: Szwendacz99/BookStack-Python-exporter
Releases · Szwendacz99/BookStack-Python-exporter
v1.5.4
What's Changed
- better markdown urls matching for replace by @Szwendacz99 in #20
Full Changelog: v1.5.3...v1.5.4
v1.5.3
What's Changed
- add zip format export by @Szwendacz99 in #18
- also try updating img tags if url is same as bookstack by @Szwendacz99 in #19
Full Changelog: v1.5.2...v1.5.3
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
--imagesbut 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