README tweaks

This commit is contained in:
Jesse Hines 2026-06-30 20:03:32 -04:00
parent 55d1f2d08a
commit ca345a3333
No known key found for this signature in database

View file

@ -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`.