Obsidian Neighbouring Files

The Plugin GitHub: FabianUntermoser/obsidian-neighbouring-files-plugin | Install here


Releasing an Obsidian Plugin

The process of releasing a plugin is documented in detail here.

First Write Your Plugin

  1. Write your plugin!
  2. Publish your plugin on Github with a proper README and LICENSE file.
  3. Add a Manifest file to describe your plugin. Example
  4. Create a GitHub workflow to release your plugin. Example

Then Submit Your Plugin

  1. Create a fork of the obsidianmd/obsidian-releases repository.
  2. Create a new branch, i.e patch-1
  3. Update the community-plugins.json file with your plugin manifest. Example
  4. Submit a Pull request to the original repository. See this example: GitHub: obsidianmd/obsidian-releases Pull Request #2789