vijo / todo.txt-html5

HTML5 local app for managing your todo.txt file

Home Page:todo.ajoberstar.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo.txt-html5

A simple HTML5 app (optimized for Chrome) to manage your todo.txt file.

Design was created by Reed Fulghum and inspired by Sublime Text.

todo.txt-html5 uses Gina Trapani's todo.txt format, popularized with todo.txt-cli.

This application is licensed under the GNU Affero General Public License v3.


Support

todo.txt-html5 is only supported and tested in Chrome. Right now I don't believe it works anywhere else due to use of the HTML5 Filesystem API.

If you have any issues with this app, please open an issue or, if so inclined, submit a pull request.

Features

Current

  • Edit/Store todo.txt/done.txt files in Chrome's sandboxed local filesystem.
  • Import contents of other todo.txt formated files via drag-and-drop.
  • Create new tasks.
  • Edit description/priority of existing tasks.
  • Mark tasks complete.
  • Tasks are dynamically sorted by status, priority, then age.
  • Changes are auto saved to the filesystem.

Planned

See our Pivotal Tracker for information on future features. Dropbox integration is probably the most significant upcoming feature.

Documentation

Access/Install

The simplest way to access todo.txt-html5 is to go to the public install at http://todo.ajoberstar.org. However, you can easily host it yourself by dropping the contents of the src directory into a web-accessible directory on your server.

Usage

Any changes to tasks or new tasks will be automatically saved to the filesystem.

Import

If you have existing todo.txt file(s) you can import their contents into the app by dragging them into the box at the top of the page.

Create Tasks

To add new tasks input the priority (if any) into the small text box, and the description into the large one. Press ENTER or click "Add" to get the task onto the list.

Edit Tasks

To edit an existing task just click on it. The display will be swapped out for text fields. Just like with adding a task, press ENTER or click "Save" to accept the changes.

Complete Tasks

If you want to mark a task complete, click the checkbox (duh...).

About

HTML5 local app for managing your todo.txt file

todo.ajoberstar.org

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 93.0%Language:HTML 3.5%Language:CSS 3.5%