Operating system
Android
Joplin version
3.3.8
Sync target
WebDAV
Editor
Markdown Editor
What issue do you have?
-
Is the E2EE using block cypher? I can see many small json files, may be based on the master key's bit size, you may not encrypt a note to an encrypted result and then split it into small pieces? But if you save as json, you can put it into array, right?
-
I'm not quite sure how do you trigger a sync process. Does it upload all encrypted notes every time? Or you compare with an index data to the notes. For example, every note bind with an id and it's hash. If the hash changed, sync it based on the changed timestamp.