From ca345a333377cdeea59b25f15a2a979060118b18 Mon Sep 17 00:00:00 2001 From: Jesse Hines Date: Tue, 30 Jun 2026 20:03:32 -0400 Subject: [PATCH] README tweaks --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6548234..a62fb71 100644 --- a/README.md +++ b/README.md @@ -23,17 +23,16 @@ Some known plugin interactions: - The [PDF++](https://github.com/RyotaUshio/obsidian-pdf-plus) plugin customizes the opening behavior of PDFs which can override Open Tab Setting's behavior. You can make the plugins play nicely together by setting the "How to open..." options to "new tab" in the PDF++ settings. ## Contributing -You can build the plugin with: +Clone the repository and build the plugin with: ```shell npm install npm run build ``` This plugin has end-to-end tests using [wdio-obsidian-service](https://github.com/jesse-r-s-hines/wdio-obsidian-service) -and [WebdriverIO](https://webdriver.io/). -Run them with: +and [WebdriverIO](https://webdriver.io/). Run them with: ```shell npm run test ``` -If you'd like to help with translating, add a new locale file under `src/locales`. +If you'd like to help with translating, add just a new locale file under `src/locales`.