From 040ff069e7f5e8f097bc541b329e69a1a1be9e6a Mon Sep 17 00:00:00 2001 From: Gary Ritchie Date: Sun, 29 Mar 2026 11:48:53 -0600 Subject: [PATCH] Update README.md Clarify the manual installation instructions and mention use of BRAT plugin. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f83739..78854c0 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,11 @@ Before using the command, configure the plugin in **Settings → Bulk Properties - **Deselect when finished** — the default value for the deselect toggle in the bulk edit dialog (default: on). - **Show selection count in status bar** — displays the number of selected files in the status bar (default: on). The count updates automatically as you check or uncheck the selection property. Status bar items are not available on mobile. -## Installing +## Manual Installation -Copy `main.js`, `styles.css`, and `manifest.json` to your vault at `.obsidian/plugins/bulk-properties/`. +> [!NOTE] +> These instructions are for installing and testing the plugin prior to its available in the Obsidian Community Plugins list. + +Recommended approach is to use the BRAT plugin (available as a Community Plugin) and point it at this repository. + +For a fully-manual installation, copy `main.js`, `styles.css`, and `manifest.json` to your vault at `.obsidian/plugins/bulk-properties/`.