diff options
author | chrysn <chrysn@web> | 2009-03-24 13:26:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-03-24 13:26:23 -0400 |
commit | be5d11338392c651f91c59d26c16f86573046945 (patch) | |
tree | 41add262ac82dbd543ea99839358d92563554764 /doc/forum | |
parent | 2c37e8915a7e88348b6c7c2d9c65fc6b747a7a63 (diff) |
create link from todo lists to structured page data
Diffstat (limited to 'doc/forum')
-rw-r--r-- | doc/forum/managing_todo_lists.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/forum/managing_todo_lists.mdwn b/doc/forum/managing_todo_lists.mdwn index 5146da682..b4bbac255 100644 --- a/doc/forum/managing_todo_lists.mdwn +++ b/doc/forum/managing_todo_lists.mdwn @@ -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]] |