[Plugin] Privacy Mode – One-click blur & lock for your notes #10987
Nriver
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone! It‘s Nate again : )
I’d like to share a small privacy-focused widget I made for Trilium Notes:
https://github.com/Nriver/privacy-mode
#What it does
Blur mode
One-click blur of the note tree, titles, tabs, etc. while you’re editing.
Useful when someone walks by and you don’t want them to see what you’re working on.
Lock mode
Full lock: the editor becomes read-only + blurred, notes can’t be edited or copied, and more UI elements are hidden.
Supports force-lock on startup so others can’t just open Trilium from the desktop and see everything.
Auto-lock
Automatically locks after a period of inactivity (default 5 minutes, configurable).
Independent password (separate from your Trilium login password)
Settings are client-side only (you can use password unlock at work and skip it at home)
English + Simplified Chinese support
Why I made it
Trilium’s protected notes are great for encryption, but there’s no quick “someone’s coming / I’m leaving” lock.
This plugin fills that gap with a simple eye + lock button on the note title bar.
Hope it’s useful for someone else too : )
All reactions