]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
create link from todo lists to structured page data
authorchrysn <chrysn@web>
Tue, 24 Mar 2009 17:26:23 +0000 (13:26 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 24 Mar 2009 17:26:23 +0000 (13:26 -0400)
doc/forum/managing_todo_lists.mdwn

index 5146da68283fe0ae0b9bafc6ae1d69a136a9e2c5..b4bbac2551a48a3683be0f31e4c1e9f36be15bac 100644 (file)
@@ -37,3 +37,5 @@ sure how to handle embeds or challenges from the CGI such as a login challenge
 > be used to edit them. --[[Joey]] 
 
 >> thanks - I'll give it a look. I spent a few hours writing some javascript to manipulate a ul/li DOM tree in an outliner-fashion the other day. I might be able to join the puzzle pieces together sometime. [[Jon]]
+
+a solution for this could be similar to a solution for [[todo/structured page data]], as todo lists are definitely a form of structured data. (in both cases, the page's current content is rendered into a html form, whose result is then saved as the page's new contents) --[[chrysn]]