aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/do_not_make_links_backwards.mdwn
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2012-03-04 13:56:01 -0400
committeradmin <admin@branchable.com>2012-03-04 13:56:01 -0400
commitaf8aecf2613bd8fed579800caccb13777c21a96a (patch)
tree03cc5497387073e7331ec98e550da9205e632f99 /doc/todo/do_not_make_links_backwards.mdwn
parentafa777c11f0aac947fd04cd03190d18a9de32ffb (diff)
downloadikiwiki-af8aecf2613bd8fed579800caccb13777c21a96a.tar
ikiwiki-af8aecf2613bd8fed579800caccb13777c21a96a.tar.gz
update progress and outline a critical blocker: the underlay!
Diffstat (limited to 'doc/todo/do_not_make_links_backwards.mdwn')
-rw-r--r--doc/todo/do_not_make_links_backwards.mdwn6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/todo/do_not_make_links_backwards.mdwn b/doc/todo/do_not_make_links_backwards.mdwn
index 5dbcc0a70..8725d7feb 100644
--- a/doc/todo/do_not_make_links_backwards.mdwn
+++ b/doc/todo/do_not_make_links_backwards.mdwn
@@ -13,7 +13,9 @@ I started looking into this, after encouraging words from Joey ("very long term
The following needs to be done:
- 1. the `link_regexp` variable needs to be turned backwards (or frontwards, if you like :P) (./) added an option for this, needs testing
+ 1. the `link_regexp` variable needs to be turned backwards (or frontwards, if you like :P) (./) added an option for this, working!
2. a config setting need to be added to the `link` plugin so that we can choose if we want backwards links or not (./) `backwards_links`, how does that sound?
- 3. a (solid!) parser needs to be written for [[ikiwiki-transition]] to change the actual links (if necessary) (!) still todo
+ 3. a (solid!) parser needs to be written for [[ikiwiki-transition]] to change the actual links (if necessary) (!) in progress, almost done
4. rewrite tests to take into account the two syntaxes
+
+There's a blocker: 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?