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

Dropbox / RemoteStorage - pictures and attachments not synced #701

Open gino909 opened 7 years ago

gino909 commented 7 years ago

Hi

I have a problem with images and attachments. They are not getting synched with Dropbox. I insert the images and attachments on computer A and there this files are always available. But when I sync computer B with Dropbox I get only the textes, but no file.

How can this be solved? Thank you BR, Gino

alsacefan commented 7 years ago

This is a known issue.

See https://github.com/Laverna/laverna/issues/611 as well as the related issues mentioned there.

gino909 commented 7 years ago

Hi alsacefan

Thank you for your answer. I see that the issue is 5 months old... is anybody looking on this issues? I need a working solution for a productive environment... and this issue is a dealbreaker! May somebody knows if the integration with RemoteStorage is working properly? I saw also there some issues, and also there I guess no fix!?

Please let me know, many thanks Gino

gino909 commented 7 years ago

Hi again

Now I installed version 0.7.3 (latest stable) from source, compiling with nodejs. I have tested with remoteStorage. It is saving on server, but does not download the notes on other PC. I have tried to figure out with debugger and I get following error message: SyntaxError: JSON.Parse: unexpected end of data on line 1 column 1 of the JSON data

Someone may has some idea?

Thank you

gino909 commented 7 years ago

And additionally also with RemoteStorage pictures and attachments are not synced. Cannot find any file on RemoteStorage server.

zinahe commented 6 years ago

I have some dev. background and I would like to help/contribute. Can someone suggest which source files/directories/modules I should be looking at? I am new to this code-base and a few pointers it would help me not waste a lot of time just looking for the right place.

Cheers,