]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/interactive_todo_lists.mdwn
inline: Add pagenames parameter that can be used to list a set of pages to inline...
[ikiwiki.git] / doc / todo / interactive_todo_lists.mdwn
index cf248bd41bc0f6a401fbae7426216459663cedbe..22b92953a3a5373714d9305a215e40541d73e912 100644 (file)
@@ -24,3 +24,26 @@ 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]]
+
+I've pushed a copy of the work in progress which consists of
+
+ * A change to page.tmpl
+ * A javascript underlay directory + javascript file
+ * a few CSS bits in a local.css
+ * a plugin
+
+to <http://github.com/jmtd/ikiwiki_todolist/>
+
+-- [[Jon]]