obsidian-hub
obsidian-hub copied to clipboard
Work out how to deal with plugins that change ownership
The Hub document structure and python code is build on the idea that a plugin has one GitHub account owner.
Recently:
- the repo for fantasy-calendar changed:
- from https://github.com/valentine195/obsidian-fantasy-calendar
- to https://github.com/fantasycalendar/obsidian-fantasy-calendar
So when the authors, themes and plugins are updated, there will be a new user fantasycalendar, that will be the author of fantasy-calendar - which will no longer be listed in @valentine195's author note.
Similarly:
- remotely-save
- from https://github.com/fyears/remotely-save
- to https://github.com/remotely-save/remotely-save
- This also means we will have ambiguous notes, as there will be both an author note and a plugin note called remotely-save
- obsidian-footnotes changed:
- from https://github.com/akaalias/obsidian-footnotes
- to https://github.com/MichaBrugger/obsidian-footnotes
Maybe fixable with a maintainers
key in #161
Adding to this: Github Publisher (formerly Obsidian Mkdocs Publisher) has just changed ownership from Mara-Li to the new GH organisation obsidianMkdocs https://github.com/obsidianmd/obsidian-releases/pull/1010
Edit: Also, Tasks plugin, obviously