mirror of
https://github.com/jesse-r-s-hines/obsidian-open-tab-settings.git
synced 2026-07-22 05:43:41 +00:00
README tweaks
This commit is contained in:
parent
55d1f2d08a
commit
ca345a3333
1 changed files with 3 additions and 4 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue