WIP todo list javascript in a demonstratable state
authorhttp://jmtd.net/ <http://jmtd.net/@web>
Sat, 2 May 2009 11:54:00 +0000 (07:54 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 2 May 2009 11:54:00 +0000 (07:54 -0400)
doc/todo/interactive_todo_lists.mdwn

index cf248bd41bc0f6a401fbae7426216459663cedbe..fd88fe76420407bc3bcde167d03abb055a667180 100644 (file)
@@ -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]]