Obsidianのプラグインを自作する
obsidianmd/obsidian-sample-plugin: Template for Obsidian community plugins with build configuration and development best practices.
Use this template
https://gyazo.com/d9206839845990b86f0764a4ffe03f89
これをローカルにclone
$ git clone sshのurl/httpsのurl
cloneされたフォルダに移動してインストール
$ npm install
依存関係に基づいてインストールされる
あとは開発→Obsidianのプラグインフォルダ内にそれを配置、という流れ。