For WSL/bash, use this command:
curl -fsSL https://bun.sh/install | bashAfter installation completes, either:
- Restart your terminal, or
- Source your profile to update PATH:
source ~/.bashrc # or ~/.zshrc if you use zsh
Then verify it’s installed:
bun --versionThen build the plugin:
cd /mnt/c/Users/onthe/Downloads/obsidian-dataview-serializer-2.7.0/obsidian-dataview-serializer-2.7.0
bun install
bun run buildThe built plugin will be in the dist/ folder, and you can copy dist/main.js and manifest.json to your Obsidian vault’s plugins folder to test your new dv.view() functionality!
@Claude ○˒
(echo:: @ ᯤ ᯤ)