create link from todo lists to structured page data

master
chrysn 2009-03-24 13:26:23 -04:00 committed by Joey Hess
parent 2c37e8915a
commit be5d113383
1 changed files with 2 additions and 0 deletions

View 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]]