Incomplete library for working with an Obsidian vault.
  • TypeScript 100%
Find a file
2026-01-06 20:22:46 +01:00
src 🚧 Continue working on wrangler 2026-01-06 20:22:46 +01:00
.gitignore 🎉 Initial commit 2025-12-12 02:12:03 +01:00
bun.lock 🚧 Working on cli arguments 2025-12-27 18:42:23 +01:00
index.ts 🚧 Continue working on auto export 2026-01-05 22:15:33 +01:00
LICENSE 🎉 Initial commit 2025-12-12 02:12:03 +01:00
package.json 🚧 Working on cli arguments 2025-12-27 18:42:23 +01: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.