https://github.com/obsidianmc/obsidianplugin
A Template Repository for building Obsidian plugins.
https://github.com/obsidianmc/obsidianplugin
Last synced: 10 months ago
JSON representation
A Template Repository for building Obsidian plugins.
- Host: GitHub
- URL: https://github.com/obsidianmc/obsidianplugin
- Owner: ObsidianMC
- Created: 2020-11-02T23:34:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-07T02:44:28.000Z (12 months ago)
- Last Synced: 2025-07-07T03:40:05.687Z (12 months ago)
- Language: C#
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ObsidianPlugin
A Template Repository for building [Obsidian](https://github.com/Naamloos/Obsidian) plugins. Make sure to rename the assemblies to ensure compatibility with other plugins.
## How to use
1. fetch the latest build
2. add it to the ServerFiles directory
3. open the solution
Obsidian.API.dll should now automatically be loaded by visual studio, and debugging with the server _should_ work now.