Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q: Is there any way to unlock/access passworded notes? #31

Open
richstokes opened this issue Aug 11, 2023 · 2 comments
Open

Q: Is there any way to unlock/access passworded notes? #31

richstokes opened this issue Aug 11, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@richstokes
Copy link

No description provided.

@RhetTbull
Copy link
Owner

Unfortunately there is not. There may be a private API to do this but I've not dug deeply enough into this to determine if so as I don't use password protected notes. You can determine if a note is password protected using the Note.password_protected property

@RhetTbull
Copy link
Owner

If a note is unlocked, macnotesapp can access the body of the note but it's locked the body will be empty when macnotesapp reads the note. I don't currently know a way to determine if a note is locked (other than the body being null) though as I mentioned above you can determine if the note is password protected.

@RhetTbull RhetTbull added the enhancement New feature or request label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants