Protecting the Journal note #3242
-
Hello, is it possible to protect the Journal tree (in a protected session) ?
Or should I avoid it ? Or should I unprotect the session before doing anything ? I could test it but I am a little bit afraid of crashing the app by doing this... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, yes, it's possible and it should work fine. Key to this is that only note title and content are encrypted, attributes are clear text and therefore can be processed even without active protected session. New notes are created by default with the protected status of their parent, so if the whole tree is protected, then the new day notes will be protected as well. Without active protected session, day notes will still be created, but unprotected. The only thing you need to be careful about is the "Today" script - this represents the button on the left sidebar and needs to remain unprotected, otherwise will stop working. |
Beta Was this translation helpful? Give feedback.
-
Hello, I have moved the scripts outside of the tree and it works like a charm ! Thanks ! |
Beta Was this translation helpful? Give feedback.
Hi, yes, it's possible and it should work fine. Key to this is that only note title and content are encrypted, attributes are clear text and therefore can be processed even without active protected session.
New notes are created by default with the protected status of their parent, so if the whole tree is protected, then the new day notes will be protected as well. Without active protected session, day notes will still be created, but unprotected.
The only thing you need to be careful about is the "Today" script - this represents the button on the left sidebar and needs to remain unprotected, otherwise will stop working.