Right-Click Tools

by z0lw
5
4
3
2
1
Score: 35/100
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. Adds Explorer right-click actions and a ribbon button to create today’s date folder or note and move selected items to a configurable folder.

Reviews

No reviews yet.

Stats

stars
8
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

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 /<Your Vault>/.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 ファイルを /<Your Vault>/.obsidian/plugins/obsidian-right-click-tools/ に配置し、Obsidian の「コミュニティプラグイン」で “Right-Click Tools” を有効にしてください。

デイリーノートテンプレート

  • 設定タブの「日付ノートテンプレート」にテンプレートノートのパスを指定します。
  • テンプレート内の {{date}}{{time}}{{title}} は作成時に置換されます。

要件

  • Obsidian v1.5.0 以上