From: joey Date: Fri, 2 Jun 2006 02:17:56 +0000 (+0000) Subject: add X-Git-Tag: 1.5~30 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0e9312b2a5dffdefef1fd1ef150b6f1d16c64aee;p=ikiwiki.git add --- diff --git a/doc/todo/metadata.mdwn b/doc/todo/metadata.mdwn new file mode 100644 index 000000000..044e65abe --- /dev/null +++ b/doc/todo/metadata.mdwn @@ -0,0 +1,11 @@ +There should be a way to add metadata to a page. Probably a plugin could do +this, for example: + + \\[[meta foo="bar"]] + +Uses for this include: + +* Setting a page title that's not tied to the filename. +* Any metadata that's generally useful on html pages. +* Maybe as an alternate way to tag a page, like linking to the tag, + except it doesn't have to show up in the page text.