mirror of
https://github.com/jesse-r-s-hines/obsidian-open-tab-settings.git
synced 2026-07-22 05:43:41 +00:00
No description
| .github/workflows | ||
| src | ||
| test | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .mocharc.json | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
| wdio.conf.ts | ||
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