Compatibility fix release (supersedes the withdrawn 1.0.2).
1.0.1 styled the modal's confirm button with setDestructive(), which requires Obsidian 1.13.0 — so on Obsidian 1.4.0–1.12.x the confirmation modal would throw at runtime. 1.0.3 reverts to setWarning(), restoring compatibility with the declared minimum app version (1.4.0). Plugin behavior is otherwise unchanged.
Changes
- Use
setWarning()for the modal's confirm button so it works on Obsidian 1.4.0+ (1.0.1 usedsetDestructive(), which needs 1.13.0).
Provenance
- Release assets ship with a verifiable build provenance attestation:
gh attestation verify main.js --repo gregbrown1229/obsidian-real-pin
Manual install
Copy main.js and manifest.json into <vault>/.obsidian/plugins/real-pin/, then enable Real Pin under Community plugins.