# Obsidian Right-Click Tools Lightweight plugin to enhance the file explorer’s context menu. - Create today’s date folder (`YYYY-MM-DD`). If it already exists, auto-increments to `YYYY-MM-DD_1`, `_2`, … - Create today’s date note (`YYYY-MM-DD.md`). If it already exists, auto-increments to `YYYY-MM-DD_1.md`, `_2.md`, … - Create today’s daily note from a configurable template. - Move selected file(s)/folder(s) to a configurable destination folder. - Add an optional ribbon button for creating today’s date note in a configured folder. ## Privacy and network use This plugin does not access the network, use telemetry, or send vault data to external services. ## Files - `main.js` - `manifest.json` - `styles.css` ## Installation (no build) Place the three files in `//.obsidian/plugins/obsidian-right-click-tools/` and enable “Right-Click Tools” in Obsidian’s Community Plugins. ## Requirements - Obsidian v1.5.0+ --- ## 日本語説明 ファイルエクスプローラの右クリック操作を拡張する軽量プラグインです。 - 今日の日付フォルダ(`YYYY-MM-DD`)を作成。既に存在する場合は `YYYY-MM-DD_1`, `_2` … と連番を付与します。 - テンプレートを使って今日のデイリーノートを作成します。 - 選択したファイル/フォルダを、設定で指定したフォルダへ移動します。 ### プライバシーと外部通信 このプラグインは外部通信、テレメトリ、Vaultデータの外部送信を行いません。 ### 同梱ファイル(ランタイムのみ) - `main.js` - `manifest.json` - `styles.css` ### インストール(ビルド不要) 上記 3 ファイルを `//.obsidian/plugins/obsidian-right-click-tools/` に配置し、Obsidian の「コミュニティプラグイン」で “Right-Click Tools” を有効にしてください。 ### デイリーノートテンプレート - 設定タブの「日付ノートテンプレート」にテンプレートノートのパスを指定します。 - テンプレート内の `{{date}}`、`{{time}}`、`{{title}}` は作成時に置換されます。 ### 要件 - Obsidian v1.5.0 以上