aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2012-03-04 22:07:49 -0400
committeradmin <admin@branchable.com>2012-03-04 22:07:49 -0400
commitd937d203dc93dbdd5bed529fefa6b115ed1ed6ef (patch)
tree0c4b7c83d270c98898ef1fdc77e3cf16af9295b7
parent0b15ae0761e68ba5635f90c29b77c3cdbeb43a8f (diff)
downloadikiwiki-d937d203dc93dbdd5bed529fefa6b115ed1ed6ef.tar
ikiwiki-d937d203dc93dbdd5bed529fefa6b115ed1ed6ef.tar.gz
-rw-r--r--doc/todo/do_not_make_links_backwards.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/todo/do_not_make_links_backwards.mdwn b/doc/todo/do_not_make_links_backwards.mdwn
index a8001c400..d7ce27806 100644
--- a/doc/todo/do_not_make_links_backwards.mdwn
+++ b/doc/todo/do_not_make_links_backwards.mdwn
@@ -17,5 +17,6 @@ The following needs to be done:
2. a config setting need to be added to the `link` plugin so that we can choose if we want backwards links or not (./) `links_direction`, how does that sound? I have changed that from `backwards_links` to be more neutral. 'rtl' means `\[[link|text]]` and 'ltr' means `\[[text|link]]`
3. a (solid!) parser needs to be written for [[ikiwiki-transition]] to change the actual links (if necessary) (./) done!
4. rewrite tests to take into account the two syntaxes (!) I would need help here, always have trouble with unit tests...
+ 5. deal with underlays (!!)
<!> There's a caveat: we can't have a per-wiki backwards_links option, because of the underlay, common to all wikis, which needs to be converted. So the option doesn't make much sense. Not sure how to deal with this... Maybe this needs to be at the package level?