Your Plugin Name

unlisted

by Mark Ayers

A brief description of your plugin

2 starsUpdated 4mo agoMIT
View on GitHub

Obsidian Plugin Template

Minimal template for Obsidian plugins using Bun.

Setup

bun install

Update manifest.json with your plugin details.

Development

bun run dev    # Watch mode
bun run build  # Production build
bun run check  # Type check, lint, and format check

Release

Tag and push to trigger GitHub Actions release:

git tag -a 1.0.0 -m "Release 1.0.0"
git push origin 1.0.0

License

MIT

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.