Laverna / laverna

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
https://laverna.cc/index.html
Mozilla Public License 2.0
9.19k stars 801 forks source link

Note content is not decrypted when trying to edit it on Android (Dropbox synced) #254

Closed athiele closed 8 years ago

athiele commented 9 years ago

Hey,

awesome work so far! Unfortunately I ran into an issue on Android! I tried to get everything running in my Android browser (Chrome) with Dropbox sync.

Syncing and decrypting the notes works well when only viewing the notes. When I try to edit a note, however, the editor window opens up with encrypted json data.

In other words I can use Laverna in a Read-Only mode on Android.

I had this for every android browser so far. The javascript console in Chrome shows:

SYNC DONE
execute : read on notes for undefined
execute : read on notebooks for undefined
execute : read on notes for <my-note-id>
execute : read on notebooks for undefined
edit note <my-note-id>
execute : read on tags for undefined
execute : read on notebooks for undefined
execute : read on notes for <my-note-id>

(I replaced the actual note ID in the logs with < my-note-id >)

Any suggestions? Keep up the good work!

athiele commented 8 years ago

Seems to be fixed in 0.7.0 - thanks! However, editing notes feels clumsy as autocorrection of Android seems to get confused by the text field