daed / laverna

Attention: Development on Laverna has been moved to a new repository at https://github.com/encryptic-team/encryptic. This repository (as well as the master at laverna/Laverna) should be considered depricated.
https://encryptic.org
Mozilla Public License 2.0
38 stars 0 forks source link

Where is the file system sychronizing feature? #12

Open skygate2012 opened 5 years ago

skygate2012 commented 5 years ago

I use NextCloud for note syncing, so I need to save the notes on my disk. But I didn't find the FS module in settings in this version, please help. laverna

daed commented 5 years ago

It's been brought to my attention that several sync options don't work right in the current beta. I took a brief look at FS this morning and it is heavily dependent on Electron, so I suspect that I just need to figure out how to hook it that back in. It was also in the "modules" config section, which doesn't exist anymore. I can only speculate why, but I notice that RemoteStorage has a section in there as well. That might explain a thing or two about why it isn't working.

I've got sync in general on the roadmap: https://github.com/daed/laverna/projects/3. I should have some time this coming weekend to give it the attention it deserves (if not sooner).

Amusingly, I went to go test FS on 0.7.51 and after enabling and saving the config change, I get an endlessly spinning status indicator. I'll try to figure that one out while I'm at it.