If you want to share your plugin with the Obsidian community, the best way is to submit it to the official list of plugins. Once we've reviewed and published your plugin, users can install it directly from within Obsidian. It'll also be featured in the plugin directory on the Obsidian website.
You only need to submit the initial version of your plugin. After your plugin has been published, users can download new releases from GitHub directly from within Obsidian.
To complete this guide, you'll need:
Before you submit your plugin, make sure you have the following files in the root folder of your repository:
README.md
that describes the purpose of the plugin, and how to use it.LICENSE
that determines how others are allowed to use the plugin and its source code. If you need help to add a license for your plugin, refer to Choose a License.manifest.json
that describes your plugin. For more information, refer to Manifest.If you created your plugin from one of our template repositories, you may skip this step.