From 570604ca808c8e72cd34a76b911742b224ec2083 Mon Sep 17 00:00:00 2001 From: ZDDC Date: Mon, 4 May 2026 18:07:37 -0500 Subject: [PATCH] docs(mdedit): fix stale 'Select Directory' reference in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The button was renamed from 'Select Directory' to 'Add Local Directory' in 22c142e (chore(headers): standardize across all 7 tools). The template, in-tool welcome hint, and in-tool help text all updated; mdedit/README.md was missed. Investigated the underlying bug report ('Select Directory button isn't showing'): the button itself is fine — present in template.html with btn-primary class, never hidden, only visually demoted to btn--subtle once a directory is loaded. The user's report was new-label confusion from the rename. Fixing the README to match the rendered label closes the discrepancy. Co-Authored-By: Claude Opus 4.7 (1M context) --- mdedit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdedit/README.md b/mdedit/README.md index c804baf..e6143b1 100644 --- a/mdedit/README.md +++ b/mdedit/README.md @@ -13,7 +13,7 @@ This tool follows the "record player with the record" philosophy - the applicati ## Quick Start 1. Open the editor in your browser -2. Click **Select Directory** to choose a folder with markdown files +2. Click **Add Local Directory** to choose a folder with markdown files 3. Navigate the file tree on the left 4. Click any `.md` file to edit it 5. Click **Save File** or **Save All** to save changes