Image upload only when changed (#10) (#12)

* Only upload images that have changed by recording a file hash as the image comment
* Add image to attachments based markdown formatted image links

Allow dash in attachment filename (#13)

Co-authored-by: Simon Stamm <simon.stamm@tui.com>
Signed-off-by: Pawel Sikora <sikor6@gmail.com>
This commit is contained in:
Shyam Saraswati
2022-08-05 13:18:39 +10:00
committed by Pawel Sikora
parent 70844b3532
commit c022db9f5f
3 changed files with 108 additions and 31 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
mkdocs_with_confluence/__pycache__/*
mkdocs_with_confluence.egg-info/*