aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dowland <jon@ncl.ac.uk>2009-04-01 12:33:33 +0100
committerJon Dowland <jon@ncl.ac.uk>2009-04-01 12:33:33 +0100
commit3496eac54b05afd2c45c225e788a928bf4289704 (patch)
treeed452d572b128dfe1d3f161184ceafe378a8eb9c
parentcb09a4eb875f3c609d0d283d08c64643ee3ccfe2 (diff)
downloadikiwiki-3496eac54b05afd2c45c225e788a928bf4289704.tar
ikiwiki-3496eac54b05afd2c45c225e788a928bf4289704.tar.gz
move managing todo lists to 'todo' section
-rw-r--r--doc/todo/managing_todo_lists.mdwn (renamed from doc/forum/managing_todo_lists.mdwn)11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/managing_todo_lists.mdwn b/doc/todo/managing_todo_lists.mdwn
index 0a69af805..846f2a4af 100644
--- a/doc/forum/managing_todo_lists.mdwn
+++ b/doc/todo/managing_todo_lists.mdwn
@@ -42,3 +42,14 @@ a solution for this could be similar to a solution for [[todo/structured page da
> Thanks for the link: yup, there's definitely some common ground there.
> -- [[Jon]]
+
+----
+
+I had a little spare time in a conference recently so I hacked on this. I
+managed to get something working with anonok, a "markup format" that was
+essentially just UL and LI elements and some javascript. I'll try and get an
+example up of that soon (and publish the code). There's still quite a lot of
+work necessary, but it's more than an idle thought at least!
+
+I've moved this page under the [[todo]] heirarchy as I'm actually working on
+this now. -- [[Jon]]