spsdco / notes

Awesome note taking.
MIT License
561 stars 54 forks source link

Dropbox Syncing overwriting Notes title #172

Open archcloudlabs opened 9 years ago

archcloudlabs commented 9 years ago

After enabling Dropbox sync on the 64bit Springseed, the title of my notes would constantly be over written, but the content would stay intact. Disabling the Dropbox syncing fixes this, but I believe the error lies somewhere within the Dropbox API.

saschlong commented 9 years ago

Same problem here...

archcloudlabs commented 9 years ago

Do you think adding a delay would avoid this opposed to syncing as we're writing?

On Tue, Oct 28, 2014 at 8:29 AM, Daniel Selinger notifications@github.com wrote:

Same problem here...

— Reply to this email directly or view it on GitHub https://github.com/byhestia/springseed/issues/172#issuecomment-60747547.

Jared E. Stroud Maker of things, breaker of bits.

saschlong commented 9 years ago

Perhaps. Or some more fixed intervall like every 15 minutes or so.

archcloudlabs commented 9 years ago

I'm fairly new to CoffeeScript, but I'll dabble with it later this week and see if I can get it syncing in intervals rather than constantly.

On Wed, Oct 29, 2014 at 8:17 AM, Daniel Selinger notifications@github.com wrote:

Perhaps. Or some more fixed intervall like every 15 minutes or so.

— Reply to this email directly or view it on GitHub https://github.com/byhestia/springseed/issues/172#issuecomment-60913462.

Jared E. Stroud Maker of things, breaker of bits.

saschlong commented 9 years ago

That would be cool. In which files is this logic?

archcloudlabs commented 9 years ago

It appears to be in /app/controllers/sync.coffee

Link below for your convenience.

https://github.com/byhestia/springseed/blob/master/app/controllers/sync.coffee

On Fri, Oct 31, 2014 at 7:50 AM, Daniel Selinger notifications@github.com wrote:

That would be cool. In which files is this logic?

— Reply to this email directly or view it on GitHub https://github.com/byhestia/springseed/issues/172#issuecomment-61249843.

Jared E. Stroud Maker of things, breaker of bits.