Julien
Julien
Thanks you for having fun cases testing. It's a pretty tricky bug but I've got a lead to the guilty!
@alexvoss in fact your example can't work out of the box since the plugin tries to read image length (required for RSS compliance) from the file created/moved by the social...
Interesting. > extending the social plugin manifest (in a separate file) to store image length, relying on the same cache key. Hmm it seems that the manifest.json is not systematically...
Yes, I was coming to the same conclusion. I hope the sponsors are going in the right direction, it can't be easy maintaining 2 substantially different code bases! Does the...
Thanks for the tip!
Hi @squidfunk, Any hint on how to determine the matching hash between page filename and generated image filename in community edition I mean?
Ok, I've found the related piece of code: ```python hash = md5("".join([ site_name, str(title), description ]).encode("utf-8")) ```
Sure! But I'll try to do my best to have a similar experience in both editions.
Released as part of [1.13.1](https://github.com/Guts/mkdocs-rss-plugin/releases/tag/1.13.1). Please test the shipped improvements and give feedback here :pray:. Ping @alexvoss @holgerflick @domenkozar .
It looks good to me but maybe an unit test would be better, to compare result between with/out the --show-signature option. What do you think?