TodoTxtJs
TodoTxtJs copied to clipboard
A Javascript web app implementation of TodoTxt
Although TodoTxtJs correctly parses `key:value` as add-on metadata, it also parses `word:` as add-on metadata, which is incorrect. According to the [Todo.txt format](https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format#add-on-file-format-definitions), "Both key and value must consist of...
Hello Martin, First thanx for your great project. Best todo.txt-App! I have an issue with the metadata key:value pairs. When key contains a special character the following ist happening: 1....
Get a "Uncaught TypeError: Cannot read property 'versionTag' of undefined" here in app.js in line 941 ``` _this._versionTag = stat.versionTag; ```
Should follow the todotxt convention and append to archive.txt
Tested twice now: found that several entries in todo.txt automatically, without human intervention, changed due: to Due: in todo.txt file, rendering file out of line with official apps, which require...
Need to figure out what approach might be best. Current thoughts are: - a distributable, in the form of a zip for example - a project branch that people can...
It looks like I can't edit a task that's just a URL. Clicking on the task sends me to the link. Firefox 31.0. Thanks! Greg
Hi. Great work here, thanks! I would like to be able to edit an existing item in the list by pressing the Enter key with that item selected (highlighted). In...