0.4.3
Highlights
Vault Inspector 0.4.3 improves wiki-link handling for attachments, adds a shorter CLI command, and cleans up the CLI documentation around common scan flows.
Fixed
- Fixed short wiki-linked attachments such as
![[image.png]]being treated as missing when the actual file lives in an attachment folder likeattachments/image.png. - Fixed referenced wiki-linked images being reported as orphan attachments when the note used the file name without the attachment folder prefix.
- Kept ambiguous same-name attachment matches conservative in orphan detection so referenced files are not offered for deletion.
CLI
- Added
vinspectas a short command alias forvault-inspector. - Kept the full
vault-inspectorcommand andvault-inspector scan <vault-path>subcommand available for existing scripts. - Updated CLI usage output to show the new short alias.
- Documented that CLI external-link checks use HTTP HEAD requests through runtime
fetchwhen ObsidianrequestUrlis not available.
Documentation
- Simplified README CLI examples around the primary scan path.
- Updated version references and pinned npm examples to
0.4.3.
Verification
npm run build && npm test && npm pack --dry-run- Release workflow completed successfully and uploaded
main.js,manifest.json, andstyles.css.
Full Changelog: 0.4.2...0.4.3