summaryrefslogtreecommitdiff
path: root/doc/todo/interactive_todo_lists.mdwn
diff options
context:
space:
mode:
authorJon Dowland <jon@ncl.ac.uk>2009-04-24 14:34:32 +0100
committerJon Dowland <jon@ncl.ac.uk>2009-04-24 14:34:32 +0100
commit24177f8433510b2418dc78b234ea8f6da4c91c77 (patch)
treec90288b6ed2ad70396cd4bc58c57028bbcd10650 /doc/todo/interactive_todo_lists.mdwn
parent5dd1e097501a4076c19d4a372ca8528e01508b6e (diff)
interactive todo lists todo item
Diffstat (limited to 'doc/todo/interactive_todo_lists.mdwn')
-rw-r--r--doc/todo/interactive_todo_lists.mdwn26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/todo/interactive_todo_lists.mdwn b/doc/todo/interactive_todo_lists.mdwn
new file mode 100644
index 000000000..69b610696
--- /dev/null
+++ b/doc/todo/interactive_todo_lists.mdwn
@@ -0,0 +1,26 @@
+This is a fleshed out todo based on discussions at
+[[forum/managing_todo_lists]].
+
+I would like to have TODO lists inside ikiwiki wikis. This would mean:
+
+* a new markup plugin to support a language suitable for TODO lists (OPML,
+ XOXO are two possible candidates)
+* some javascript to provide interactive editing.
+
+As [[chrysn]] pointed out on the forum page, this has some crossover with
+[[structured page data]]. In particular, if the markup language chosen had a
+concept of invalid markup (existing plugins just tend to ignore stuff that
+isn't explicitly part of their markup) we would need to sensibly handle that.
+Perhaps rejecting web edits and providing context help on why the edit was
+rejected, although that sounds like a significant headache.
+
+I have started working on this, albeit slowly. A proof of concept is at
+<http://dev.jmtd.net/outliner/>.
+
+There are two git repositories associated with my WIP: one contains the
+javascript, the plugin, the changes made to page templates; the other contains
+the contents of that wiki-site (so the test todos and the contents of bugs/
+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]]