Skip to content

Obsidian Plugins Installed in Summer 2026

みんな大好き Obsidian プラグイン紹介記事です.Obsidian プラグイン便利そうなのでついつい追加してしまいがちですが,KISS の原則に基づきできるだけシンプルにしていきました.

コアプラグインもかなり選定して有効化しています.

ノートのデータベースのようなビューを作成する.Notion のデータベースを markdown で表現.dataview みたくもしくは org-mode の columnview みたいに 1 header 1 行みたいなのができるようにならないかなー.

https://obsidian.md/ja/help/bases

デイリーノート.Obsidian での作業の起点.デイリーノートに何を書くかがむずい.自分の場合は後述の Thino のため.

https://obsidian.md/ja/help/plugins/daily-notes

誤った削除やファイルの破損から守ってくれる.スナップショット保存のためにディスクスペースを利用するが,それ以外にデメリットはないので有効にしておくのが吉.

https://obsidian.md/ja/help/plugins/file-recovery

ファイルエクスプローラー.基本的には Another Quick Switcher で事足りている.emacs でもたまに treemacs を使う場面がある,そんな感じ.

https://obsidian.md/ja/help/plugins/file-explorer

スラッシュ(/)を入力することでもコマンドを実行できるようになる.Notion のくせが抜けていない.

https://obsidian.md/ja/help/plugins/slash-commands

アクティブなノートの単語数と文字数を表示.

https://obsidian.md/ja/help/plugins/word-count

去年よりだいぶ減りました.

Obsidian で Agent Client Protocol を使えるようにする.Obsidian で AI Agent を利用できるようにするプラグインはいくつか存在しますが,Editor <-> AI Agent 間通信について ACP を利用するのはもはやデファクトスタンダードです.これを利用しない手はないです.

https://github.com/RAIT-09/obsidian-agent-client/

検索してファイルを開くやつ.ripgrep も利用できて良い.markdown を利用している 1 番の理由は grep ができる点.

https://github.com/tadashi-aikawa/obsidian-another-quick-switcher/

URL ペースト時にタイトル自動取得してくれるやつ.ブラウザで markdown 形式コピーするというのもできますが,URL コピー時に貼り付け先を考えなくて良いので Obsidian 側で markdown にしています.

https://github.com/zolrath/obsidian-auto-link-title/

日付をクリックするとその日の Daily note が開く.

https://github.com/liamcain/obsidian-calendar-plugin/

やっぱり C-n で Down したいし,C-f で Right したい.

https://github.com/Klojer/obsidian-emacs-text-editor/

設定した期間の前の Daily note を表示するプラグイン.1 年前の今日などが表示できるのでふりかえりができる.

https://github.com/Kageetai/obsidian-plugin-journal-review/

markdown に一定のルールをもうけて整形する.日本語と英語の間にスペースを入れるなど.

https://github.com/platers/obsidian-linter/

Obsidian Vault を CouchDB を利用して同期するプラグイン.リモート MCP もこれを前提としているので Obsidian Sync よりも便利に利用させてもらっている.

https://github.com/vrtmrz/obsidian-livesync/

テンプレート.JavaScript で様々なことができるがそこまで使いこなせていない.

https://github.com/SilentVoid13/Templater/

デイリーノートで Twitter するプラグイン.

https://github.com/Quorafind/Obsidian-Thino/

IDE やテキストエディタのようなオートコンプリートができるプラグイン.

https://github.com/tadashi-aikawa/obsidian-various-complements-plugin/