I just noticed thanks to this: https://discord.com/channels/686053708261228577/694233507500916796/1050499532326187038 that the plugin download numbers in the hub are quite inflated.
This is because the service used to get the badges sums up downloads for all files, from all releases.
The official script only counts downloads for the manifest.json, since Obsidian downloads these files automatically:
manifest.json
main.js
styles.css (if existing)
Depending on if styles.css exits your numbers are inflated by 2 or 3 times.
I just noticed thanks to this: https://discord.com/channels/686053708261228577/694233507500916796/1050499532326187038 that the plugin download numbers in the hub are quite inflated.
This is because the service used to get the badges sums up downloads for all files, from all releases.
The official script only counts downloads for the
manifest.json, since Obsidian downloads these files automatically:manifest.jsonmain.jsstyles.css(if existing)Depending on if
styles.cssexits your numbers are inflated by 2 or 3 times.