Trying to publish new plugin

Sorry I am new to the Joplin community. I have created a new plugin and having trouble finding documentation on publishing a new plugin. My bad if I missed documented steps on this process.

Here is my Git Repo and NPM package:

https://www.npmjs.com/package/joplin-plugin-bible-verse

Is there another step I need to do to get it into the joplin/plugins repo?
Is there something wrong with my configs for this to work?

Plugins should get pulled automatically from npm Registry, provided you followed guide in joplin/packages/generator-joplin/generators/app/templates/GENERATOR_DOC.md at dev · laurent22/joplin · GitHub

1 Like

I’m in the same situation as you. My new plugin did not appear in Commits · joplin/plugins · GitHub , even though update script is launched daily.

Plugins updates are pulled from npm registry by script packages/plugin-repo-cli/index.ts via command npm search keywords:joplin-plugin --searchlimit 5000 --json

Web search for joplin-plugin keyword returns 256 results including your plugin. Search from command line returns 250 results only with both your and mine plugin not appearing on result list. Not sure why though.

I'm linking to a related pull request:

1 Like

Thanks for the fix.

There seems to be some kind of issue with plugin repo updates yet. It has not received any updates since 2 days ago, despite new plugins being published in npm Registry daily.

Thanks for the fix. I can see my plugin when searching NPM. But it still isn’t being added to plugin repo

Thank you for the issue report!

I've opened an issue on GitHub.

Thanks! Looks like it is showing now

1 Like