diff options
author | http://jmtd.net/ <http://jmtd.net/@web> | 2009-05-02 07:54:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-05-02 07:54:00 -0400 |
commit | 9e69aa574751601a925c57ec61d767c3a475cac7 (patch) | |
tree | 4dd97fd6e5bd1e75c28a260e22c0bf2f0d12ecd3 /doc/todo | |
parent | 9e40564ecb7f879701e3b4921f0d1f120c3a611a (diff) |
WIP todo list javascript in a demonstratable state
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/interactive_todo_lists.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/interactive_todo_lists.mdwn b/doc/todo/interactive_todo_lists.mdwn index cf248bd41..fd88fe764 100644 --- a/doc/todo/interactive_todo_lists.mdwn +++ b/doc/todo/interactive_todo_lists.mdwn @@ -24,3 +24,15 @@ which forms a sort-of todo list for the todo list :) ) I will endeavour to get mirrors of those repos up on github or similar asap. -- [[Jon]] + +---- + +Just to report the WIP plugin for this is now in a reasonably good state. I ended +up just inventing a new markup language -- for now, items are divided by newlines +and lists are one-dimensional, for simplicity. I got fed up thinking about how to +handle the structured data issues / needing a lot of boilerplate around items and +the implications for the "new item" dialogue. + +Still quite a lot to do though! + +-- [[Jon]] |