From 4ee8cc928c7fb01ba0d17ff15fa88682dcbcd0a1 Mon Sep 17 00:00:00 2001 From: Research Assistant Date: Sun, 10 May 2026 11:42:24 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20English=20README=20=E2=80=94=20se?= =?UTF-8?q?tup=20wizard=20from=20settings=20panel,=20remove=20number=20pre?= =?UTF-8?q?fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.en.md b/README.en.md index b60ca2f5..fdd18679 100644 --- a/README.en.md +++ b/README.en.md @@ -90,7 +90,7 @@ PaperForge needs to find a working Python on your system. It searches in this or ## 4. Setup Wizard — What Each Step Means -`Ctrl+P` → `PaperForge: Run Setup Wizard` walks you through configuration. Here's what every step does. +Open the plugin settings panel (`Settings` → `Community plugins` → `PaperForge`) and click the **Open Wizard** button. The wizard walks you through configuration. Here's what every step does. ### 4.1 Vault Path @@ -118,10 +118,10 @@ The wizard asks what to name several directories. These are for organizing files | Parameter | Default | Purpose | |-----------|---------|---------| -| `system_dir` | `99_System` | Root for PaperForge internal data. Contains `exports/` (Zotero JSON exports), `ocr/` (OCR results), `config/`. You rarely need to open this manually. | -| `resources_dir` | `03_Resources` | Resources root. Your formal literature notes live under this directory, inside `literature_dir`. | -| `literature_dir` | `Literature` | Where formal literature notes (`.md` files with frontmatter) are saved by `paperforge sync`. This is where you read and edit your notes. | -| `base_dir` | `05_Bases` | Obsidian Base view definitions. Dashboard filters ("Pending OCR", "Ready to Read", etc.) are stored here. | +| `system_dir` | `System` | Root for PaperForge internal data. Contains `exports/` (Zotero JSON exports), `ocr/` (OCR results), `config/`. You rarely need to open this manually. | +| `resources_dir` | `Resources` | Resources root. Your formal literature notes live under this directory, inside `literature_dir`. | +| `literature_dir` | `Literature` | Formal literature notes directory. `paperforge sync` generates frontmatter `.md` notes here. | +| `base_dir` | `Bases` | Obsidian Base view definitions. Dashboard filters ("Pending OCR", "Ready to Read", etc.) are stored here. | ### 4.4 PaddleOCR API Token @@ -156,7 +156,7 @@ The process is **incremental** — if files already exist in the chosen director 1. **Version match**: Settings → Runtime Status → confirm plugin and Python package match 2. **Python path**: Settings → Validate button → confirm it's the Python you want -3. **Setup wizard**: `Ctrl+P` → `PaperForge: Run Setup Wizard` +3. **Setup wizard**: Settings → PaperForge → Open Wizard 4. **PaddleOCR key**: Enter your API token in `.env` (wizard guides this) 5. **Export from Zotero**: Right-click your library → `Export...` → format `Better BibTeX JSON` → check `Keep updated` → save to `/PaperForge/exports/` 6. **Run Doctor**: Dashboard → `Run Doctor` → all checks should pass