pyh1107187 downloadsPassword-protect individual notes with per-file idle auto-lock.
Password-protect individual notes in your Obsidian vault. Unlike folder-level protection plugins, Note Lock lets you lock specific files — right-click any markdown file to protect it.
| Setting | Description |
|---|---|
| Password | Set or change your global password |
| Idle auto-lock | Minutes of inactivity before files are re-locked (0 to disable) |
| Auto-encrypt on close | Re-lock the previous file when switching to another note |
Currently only Markdown (.md) files are supported. Canvas, Excalidraw, and other non-markdown file types are not supported because protection status is stored in frontmatter, which is only available in markdown files.
protected: 'encrypted').npm install
npm run build
To run tests:
npm run test