mirror of
https://github.com/felvesthe/Note-Locker.git
synced 2026-07-22 05:44:06 +00:00
No description
* Added settings panel * Unified mobile / desktop notification max length setting (configurable in settings) * New option: Lock / Unlock icon in status bar * New option: Show lock icon next to locked note name Signed-off-by: Felvesthe <23108389+Felvesthe@users.noreply.github.com> |
||
|---|---|---|
| .github/workflows | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
🔒 Note Locker
Prevent accidental edits by locking notes in preview mode
✨ Features
- One-click locking - Toggle notes between editable and locked states
- Persistent locks - Remembers locked notes between sessions
- Smart rename handling - Maintains locks when files are renamed
- Cross-platform - Works on both desktop and mobile
- Visual feedback - Clear notifications when locking/unlocking
⚙️ Installation
Recommended Method
- Open Obsidian Settings → Community plugins
- Click "Browse" and search for "Note Locker"
- Install and enable the plugin
Not in Community plugins yet? Check manual installation guide below
Manual Installation
- Download the latest release from GitHub
- Extract to your vault's plugins folder:
VaultFolder/.obsidian/plugins/note-locker/ - Reload Obsidian and enable the plugin
🖱️ Usage
To lock/unlock a note:
- Right-click on a note in the file explorer
- Select "Lock" or "Unlock" from the context menu
Or:
- Open a note
- Right-click in the editor
- Select "Lock" or "Unlock" from the menu
❓ FAQ
1. Can I edit a locked note?
The lock is designed to prevent accidental edits, not block access completely.
- Manual override: You can still switch to edit mode if needed
- Auto-relock: Returns to preview mode when reopening the note
- Best for: Protecting finalized notes while allowing intentional edits
2. Do locks persist after restarting Obsidian?
Yes, locked notes will remain locked.
3. What happens if I rename a locked note?
The lock will automatically transfer to the new filename.
🐛 Troubleshooting
If locks aren't working properly:
- Check for conflicts with other plugins
- Ensure you're running the latest version of Obsidian
- Try reinstalling the plugin