trestletech / todotxtpp

NodeJS Application with Dropbox Integration for Managing a Todo.txt File
MIT License
77 stars 8 forks source link

After choosing file, window remains empty #20

Closed orschiro closed 9 years ago

orschiro commented 9 years ago

Hi there,

Thanks a lot for this neat web app!

I would like to use it, chose my /todo/todo.txt file which definitely contains tasks but they are not shown in any of my browsers, i.e. Chromium and Firefox.

Any ideas what could cause the issue?

image

trestletech commented 9 years ago

Sorry but I didn't have detailed logging enabled so I'm having trouble tracking down the issue. Can you log out, log back in and let me know what you see? I should be able to parse through the log files to get an idea what's going on this time.

Thanks!

orschiro commented 9 years ago

@trestletech

Thanks for your advice! After re-logging in my tasks are shown now.

One quick last question:

When creating a new task, is there any interface to use or am I supposed to just write a new task into the editor in plain text such as:

2014-09-29 New task
trestletech commented 9 years ago

Yeah, for now we follow the todotxt mantra of just having a simple text interface that follows the todo.txt protocol. Eventually, I would like to add an alternative interface that offers an easier to use GUI. https://github.com/trestletech/todotxtpp/issues/5