From: JoshTriplett Date: Thu, 4 Sep 2008 19:48:03 +0000 (-0400) Subject: Distinguish between strings and wiki markup. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/53453ebdb2c6624abcbb56a2f9605fffcd326c77?hp=-c Distinguish between strings and wiki markup. --- 53453ebdb2c6624abcbb56a2f9605fffcd326c77 diff --git a/doc/todo/structured_page_data.mdwn b/doc/todo/structured_page_data.mdwn index 7723daba7..59756152f 100644 --- a/doc/todo/structured_page_data.mdwn +++ b/doc/todo/structured_page_data.mdwn @@ -33,7 +33,7 @@ Information about data types would be encoded elsewhere, probably on a parent page (using a separate directive). That way, all child pages could be forced to have the same fields. -There would be some simple types like select, boolean, multiselect, string. +There would be some simple types like select, boolean, multiselect, string, wiki markup. Probably lists of these (ie, list of strings). Possibly more complex data structures.