Use case or problem
Currently, community plugin search will hit the name field, author, and description text.
But, people frequently discover or recommend plugins by referencing the github repo name or link. Despite this, the native search does not return hits for these.
Proposed solution
It would be helpful for the search results to include hits from:
- the plugin repository name (e.g,
obsidian-commander
) and - the plugin name registered by
community-plugins.json
(e.g.,cmdr
).
I suspect that this would be inherent, but both the kebab-case and space separated versions of the names should hit.