oleeskild / obsidian-digital-garden

MIT License
1.36k stars 125 forks source link

Passworded protected notes #210

Open jamie9090 opened 1 year ago

jamie9090 commented 1 year ago

Hi there,

Final feature idea from me: allowing for single use passwords on a note. Or even just a basic password protection function to protect your digital garden!

Cheers, Jamie

iwyatt commented 1 year ago

I've been thinking about deploying my own version of the Quick Share Obsidian Plug in on my site so I can accomplish something like this. I can't say I would use it frequently enough right now, but I definitely like the idea.

robynrbieber commented 1 year ago

Can you add the password protect feature?

gopokyo-colinn commented 1 year ago

This would be useful for sensitive information

dclausen01 commented 10 months ago

I agree, this would be really helpful!

ZeroKun265 commented 9 months ago

100% this would be amazing

Hydro8 commented 9 months ago

Yes indeed !

n-batalha commented 7 months ago

Seems like this is possible on the hosting side? E.g. on Vercel https://vercel.com/docs/security/deployment-protection/methods-to-protect-deployments/password-protection

n-batalha commented 6 months ago

Seems like this is possible on the hosting side? E.g. on Vercel https://vercel.com/docs/security/deployment-protection/methods-to-protect-deployments/password-protection

In case it's handy to anyone, I've tested this in Netlify and it works well, no change of this repo needed. They require a basic paid tier (~$19/month). https://docs.netlify.com/security/secure-access-to-sites/site-protection/

[Vercel also supports it but asks for substantially more ($150/month)]

juliuspopp commented 6 months ago

I would love that feature. I suggest to do it like publishkit (https://publishkit.dev/doc/plugins/core/password.html):

That would make the digital garden plugin perfect for my needs.