diff options
author | http://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web> | 2009-05-16 16:41:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-05-16 16:41:01 -0400 |
commit | b859373d67edbc5818295fbbe8ac2c8e74e8d76e (patch) | |
tree | 26f9f1a3ad44931be43d6a8cd6f918ac5c51606e /doc/todo | |
parent | d25ddda9246935849dbd3860d3848acde495ef11 (diff) | |
download | ikiwiki-b859373d67edbc5818295fbbe8ac2c8e74e8d76e.tar ikiwiki-b859373d67edbc5818295fbbe8ac2c8e74e8d76e.tar.gz |
minor: Fixing the crazy formatting in the prev.edit.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/structured_page_data.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/todo/structured_page_data.mdwn b/doc/todo/structured_page_data.mdwn index faeb7192a..72bfd8dea 100644 --- a/doc/todo/structured_page_data.mdwn +++ b/doc/todo/structured_page_data.mdwn @@ -84,6 +84,8 @@ See also: >The first use case is handled by having a template in the page creation. You could + + >have some type of form to edit the data, but that's just sugar on top of the template. >If you were going to have a web form to edit the data, I can imagine a few ways to do it: > @@ -247,7 +249,8 @@ in a large number of other cases. > or, if you applied the patch in [[todo/tracking_bugs_with_dependencies]] then you can use 'defined pagespecs' > such as `data_link(Depends on,~openBugs)`. <a id="another_kind_of_links" />The ability to label links like this allows separation of > dependencies between bugs from arbitrary links. ->> This is issue (the need for distinguished kinds of links) has also been brought up in other discussions: [[tracking_bugs_with_dependencies#another_kind_of_links]] (deps vs. links) and [[tag_pagespec_function]] (tags vs. links). --Ivan Z. +>> This issue (the need for distinguished kinds of links) has also been brought up in other discussions: [[tracking_bugs_with_dependencies#another_kind_of_links]] (deps vs. links) and [[tag_pagespec_function]] (tags vs. links). --Ivan Z. + ---- #!/usr/bin/perl |