zadam / trilium-sender

Simple android application for sending images and notes to Trilium
GNU General Public License v3.0
80 stars 31 forks source link

Note isn't created as protected #21

Closed Rainerr123 closed 1 year ago

Rainerr123 commented 1 year ago

i have my journal set to protected subtree and adding new notes on desktop are protected however if added via the android app then it isn't created protected

zadam commented 1 year ago

Yeah, this is expected. To be able to create a protected note, app needs to have a "session" which means the encryption key derived from the password. But when sending from Android app this is not available so the note cannot be encrypted.

Rainerr123 commented 1 year ago

ofcourse! stupid me, makes complete sense.