WIP todo list javascript in a demonstratable state

master
http://jmtd.net/ 2009-05-02 07:54:00 -04:00 committed by Joey Hess
parent 9e40564ecb
commit 9e69aa5747
1 changed files with 12 additions and 0 deletions

View 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]]