diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-21 20:11:18 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-21 20:11:18 +0000 |
commit | ff6941cef9a88ea2a0d3af2e5ae1edd09048916b (patch) | |
tree | 020be0085f59958e7bd9a4cb299da3dc3559ba78 /doc | |
parent | 2335443eb6f8c7934984064d92805b4c5ccc8975 (diff) |
* Add support for links of the form [../foo]], this links to the page
foo a level higher in the directory hierarchy than the one it would link
to by default.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/linkingrules_should_document_how_to_link_to_page_at_root_if_non-root_page_exists.mdwn | 4 | ||||
-rw-r--r-- | doc/todo/latex.mdwn | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/bugs/linkingrules_should_document_how_to_link_to_page_at_root_if_non-root_page_exists.mdwn b/doc/bugs/linkingrules_should_document_how_to_link_to_page_at_root_if_non-root_page_exists.mdwn index a4578f719..862feb0cb 100644 --- a/doc/bugs/linkingrules_should_document_how_to_link_to_page_at_root_if_non-root_page_exists.mdwn +++ b/doc/bugs/linkingrules_should_document_how_to_link_to_page_at_root_if_non-root_page_exists.mdwn @@ -1,5 +1,3 @@ The [[linking_rules|subpage/linkingrules]] should document how to link to a page at the root of the wiki when a normal, unadorned link would use a page of the same name further down the hierarchy. For example, how should [[todo/latex]] link to [[logo]] rather than [[todo/logo|todo/logo]]? -> I agree, unfortunatly the real bug is that the linking rules don't -> provide a way to do such a link. \\[[../foo]] is probably the best -> approach, although it won't work yet. --[[Joey]] +> [[bugs/done]].. the syntax to use is \\[[../logo]] --[[Joey]] diff --git a/doc/todo/latex.mdwn b/doc/todo/latex.mdwn index 71a291974..3255514a4 100644 --- a/doc/todo/latex.mdwn +++ b/doc/todo/latex.mdwn @@ -1 +1,5 @@ -How about a plugin adding a [[preprocessor_directive|preprocessordirective]] to render some given LaTeX as a PNG via [[debpkg dvipng]] and include the resulting image in the page? Useful for mathematics, as well as for stuff like the LaTeX version of the ikiwiki [[logo]].
\ No newline at end of file +How about a plugin adding a +[[preprocessor_directive|preprocessordirective]] to render some given LaTeX +as a PNG via [[debpkg dvipng]] and include the resulting image in the page? +Useful for mathematics, as well as for stuff like the LaTeX version of the +ikiwiki [[../logo]]. |