NotePix 1.5.1 — fix-links command, portable local folders & token fixes
Fully backward-compatible. All new options are off by default, so existing setups behave exactly as before until you opt in.
✨ New features
- Fix image links to working format — a command that auto-detects your repo mode and rewrites the current note's image links to the format that actually renders: private → internal v2 links; public → jsDelivr CDN (if enabled) or raw GitHub links. Handy after a repo's visibility changes.
- Portable local folders (opt-in) — designate folders whose notes keep their images local (never uploaded): images are named after the note, stored in a
photossubfolder inside the folder, and linked with a relative path so the whole folder can be moved without breaking images. Configurable subfolder name and link format (relative Markdown or wikilink).
🛠 Fixes & improvements
- New tokens take effect immediately — saving a new or updated token no longer requires restarting Obsidian.
- Images no longer stay stuck as "broken" — when the token changes, image caches are cleared and the current note re-fetches, so previously-failed images recover without a restart.
- Clearer token-access error — if a token can't reach the repository, NotePix now explains it (check the token's repository access and
Contentspermission) instead of failing silently.
📦 Install
Install or update from Obsidian → Settings → Community plugins. Or download main.js and manifest.json below into <vault>/.obsidian/plugins/notepix/.
Full changelog: https://github.com/AyushParkara/NotePix/blob/main/CHANGELOG.md