MartinSGill / TodoTxtJs

A Javascript web app implementation of TodoTxt
72 stars 29 forks source link

Load and Save don't work #52

Closed audiovideodisco closed 10 years ago

audiovideodisco commented 10 years ago

I'm running TodoTxtJs and it was working fine for a while. Suddenly at some point it couldn't Load from or Save to todo.txt. It can Import and Export fine. No idea why that is. Maybe something it can't parse in my todo.txt, but it all looks straighforward to me, and other programs seem to be parsing it fine [but TodoTxtJs is my favorite interface].

MartinSGill commented 10 years ago

Ooops... seems I broke something in a recent update.

Save on change still seems to work (probably why I didn't notice), so hopefully it's something simple. I'll take a look as soon as I can.

audiovideodisco commented 10 years ago

Save on Change generally doesn't work for me now, for some reason—only rarely. Haven't been able to see any pattern of when it does/doesn't work.

audiovideodisco commented 10 years ago

Great and thanks! Fast fix, working fine now.

audiovideodisco commented 10 years ago

Sorry to be a hassle, but I'm having trouble again with Loading my Todo.txt file. I can Import the file and Save changes to it, but Loading doesn't seem to work.

MartinSGill commented 10 years ago

Does it load at all?

Can you check that you don't have "conflicted" files in dropbox? One of the changes I made was to ensure you couldn't accidentally overwrite a newer file with an older one if you're using multiple computers/apps.

Notifications, including any errors, should appear at the bottom right of the browser.

What exactly happens when you load? Is it just empty.. or something else? When the file fails to load.. could you open the developer tools (F12 in chrome) and see if there are any errors or warnings please?