Hello, I’ve tried to get answers on the Obsidian discord and dms but haven’t gotten a response, so I thought I’d try here.
I have a plugin that is already in the community list but I want to change my github username. I’m worried that might cause issues for the users of my plugin. Currently, in the community-plugins.json the repo
for my project is pointed towards holxsam/tldraw-in-obsidian
but if I change my Github username now the repo will live at newusername/tldraw-in-obsidian
which the community-plugins.json
won’t reflect.
Github will update all the forks and still redirect the old holxsam/tldraw-in-obsidian
towards newusername/tldraw-in-obsidian
so in theory it should still work but just to make sure, will I need to create a new pull request and edit my plugin entry in community-plugins.json
? And if I do, will that reset the downloads counter and other meta data associated with my plugin?
Thank you for you time.