Skip to content

TopTierTools/obsidian-sample-plugin

Repository files navigation

Obsidian Sample Plugin (Yomaru)

  • ✅ husky
  • ✅ bun
  • ✅ bun github release workflow
  • ✅ extended obsidian typescript api

How to start?

you can click the "use this template" button on Github. Or clone it yourself:

  1. git clone this project
  2. remove the remote origin: git remote remove origin
  3. remove the tag : git tag -d <tag_name>

Then change the basic info in your plugin. Open your vault and you should see the info has been updated.

Prerequisite

you need to install bun in your system to use this template.

How to release?

run bun release