https://github.com/johnelse/todo
todolist dashboard
https://github.com/johnelse/todo
Last synced: 10 months ago
JSON representation
todolist dashboard
- Host: GitHub
- URL: https://github.com/johnelse/todo
- Owner: johnelse
- Created: 2013-05-14T22:24:25.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-09-03T22:57:39.000Z (almost 10 years ago)
- Last Synced: 2025-05-07T17:05:30.663Z (about 1 year ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Todo list dashboard
-------------------
Although this should run happily behind a webserver, I use it cloned to my
local file system and then synced between machines via dropbox. I then set
my firefox new tab page to `file:///path/to/dashboard.html#home` or
`file:///path/to/dashboard.html#work` depending on which machine I'm on.
Usage:
```
git clone git://github.com/johnelse/todo
cd data
cp todo.txt.example todo.txt
cp data.json.example data.json
```
todo.txt follows the standard [todo.txt](http://todotxt.com/) format.
Todo items are only shown if they have a priority and the same context as the
page, i.e. `dashboard.html#home` will show only items for the `@home` context.
data.json is plain json - see the example file for the expected format.
data.json is intended for more "freeform" data, notes etc. that couldn't easily
be displayed in the todo.txt format.