obsidian-community/obsidian-hub

Invalid plugins get added to 'Uncategorized plugins.md'

claremacrae opened this issue · 0 comments

Currently, generating new plugins gives this output, and no note is written for the problem plugin:

$ ./update_releases.py --all
ERROR repo:ludovicchabant/obsidian-remember-file-state ID obsidian-remember-file-state
does not match ID in manifest: remember-file-state
...
1 files has an error, so was ignored.
        - obsidian-remember-file-state/remember-file-state

Expected behaviour:

Uncategorized plugins.md should not link to the problem plugin, as no note is created for it.

Actual behaviour

The script then goes on to add new plugins to Uncategorized plugins.md - and the end result is this dangling link:

image