mirror of
https://github.com/bucknatt/mitsu-plugin.git
synced 2026-07-22 07:05:32 +00:00
Drop launch helpers, internal reports, and outdated release doc; add CONTRIBUTING and generic RELEASE guide. Gitignore built main.js/styles.css; sanitize docs to use placeholder vault paths.
1.5 KiB
1.5 KiB
Community Plugin submission checklist
Submit Miku Hybrid at community.obsidian.md.
Prerequisites
- GitHub repo is public (
bucknatt/mitsu-pluginor your publish repo) - Root
manifest.json,LICENSE, and marketplaceREADME.mdon default branch - Push
mainand a version tag — see RELEASE.md - GitHub Release
1.0.0published with assets:main.js,manifest.json,styles.css - Release tag equals
manifest.jsonversion(novprefix) - Obsidian account + GitHub account linked on community.obsidian.md
Submit
- Sign in at community.obsidian.md.
- Plugins → New plugin.
- Repository URL:
https://github.com/bucknatt/mitsu-plugin(adjust if using a dedicated publish repo). - Agree to Developer policies.
- Submit and resolve automated review feedback.
- Publish in the directory UI when review passes.
Plugin id
miku-plugin-hybrid (must match root manifest.json id).
name must not include the word Plugin (directory rule). Current display name: Miku Hybrid.
If review requests changes
- Fix on default branch.
- Bump
versioninmanifest.jsonandversions.json. - Run
npm run build --prefix ./obsidian-miku-plugin. - Commit, tag (e.g.
1.0.1), push tag; GitHub Actions creates a new draft release. - Publish the release and resubmit/update in the directory.