No description
Find a file
2025-03-05 21:06:33 -05:00
.github/workflows Tweaks to release workflow 2025-03-02 16:54:23 -05:00
src Use obsidian-typings 2025-03-04 20:04:27 -05:00
test Use obsidian-typings 2025-03-04 20:04:27 -05:00
.editorconfig use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
.eslintignore fix .eslintignore (#48) 2023-01-19 10:06:51 -05:00
.eslintrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.gitignore Update to wdio-obsidian-service 0.0.1 2025-02-23 13:28:53 -05:00
.mocharc.json Tab to spaces 2025-02-12 19:16:05 -05:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
esbuild.config.mjs Tab to spaces 2025-02-12 19:16:05 -05:00
LICENSE Add LICENSE 2025-03-05 21:06:33 -05:00
manifest.json 0.0.3 2025-03-03 19:55:54 -05:00
package-lock.json Use obsidian-typings 2025-03-04 20:04:27 -05:00
package.json Use obsidian-typings 2025-03-04 20:04:27 -05:00
README.md Fix typo in README 2025-03-01 21:19:29 -05:00
styles.css Update sample css file. 2022-08-09 13:39:02 -04:00
tsconfig.json Use obsidian-typings 2025-03-04 20:04:27 -05:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json 0.0.3 2025-03-03 19:55:54 -05:00
wdio.conf.ts Tweak to spec glob 2025-03-01 19:57:40 -05:00

Obsidian Open Tab Settings

Add settings to open in new tab by default and prevent duplicate tabs.

Development

Build with

npm install
npm run build

The tests use WebdriverIO and wdio-obsidian-service to run end-to-end tests. You can run them with

npm run test