Incomplete library for working with an (Obsidian) vault.
  • TypeScript 100%
Find a file
2026-05-12 20:43:36 +02:00
src Add small comments 2026-05-12 20:43:36 +02:00
.gitignore 🎉 Initial commit 2025-12-12 02:12:03 +01:00
.prettierrc Run prettier 2026-05-06 20:34:34 +02:00
bun.lock Run prettier 2026-05-06 20:34:34 +02:00
index.ts Some small fixes 2026-05-07 21:15:01 +02:00
LICENSE 🎉 Initial commit 2025-12-12 02:12:03 +01:00
package.json Tag 0.1.0 2026-05-07 21:17:33 +02:00
README.md 🎉 Initial commit 2025-12-12 02:12:03 +01:00
tsconfig.json 🎉 Initial commit 2025-12-12 02:12:03 +01:00

obsidian-wrangler

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.2. Bun is a fast all-in-one JavaScript runtime.