Obsidianプラグイン作成方法の調査
基本的には TypeScript で作成される。
リンク集

How to create your own Obsidian Plugin
In this Post we will be recreating one of my first Obsidian Plugins, Cycle through Panes.


ゼロから始めるObsidianプラグイン開発-02
zenn.dev

Plugins mini FAQ
How to install plugins? Installation instructions for 0.9.8+ If the author has registered their plugins with the Obsidian devs, you can find the plugins in Settings > Third-party plugin > Community plugins. Note that the manual installation for 0.9.7 continues to work, so your plugins will still be usable even if the author hasn’t registered them for the plugin market. Installation instructions for 0.9.7 (Manual) Notes: The plugin folder may not exist, so you’ll need to create it. my-plugin ...

Obsidianプラグインの作り方 - あるSEのつぶやき・改
はじめに Obsidian プラグインの作り方を、備忘録として残しておきます。 今までに作成した Obsidian プラグインは、以下になります。 Media Sync Merge Notes Remove Empty Folders はじめに 開発環境 プラグインを開発する GitHub Actions でビルドを実行する プラグインを申請する プラグインのアップデート おわりに 開発環境 Obsidian プラグインの開発には、以下が必要です。 Visual Studio Code Node.js TypeScript 開発用の Vault を作成します。ここでは、plugins という …