diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2012-03-04 21:37:40 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-03-04 21:37:40 -0400 |
commit | 318687f84d152d3a52683f09dff17deb08ab6eeb (patch) | |
tree | c5b9065ca54976c3f79d8e4031af96f277297a16 | |
parent | 840e282d1cd523fcf6999ab61f258690f841c2c0 (diff) | |
download | ikiwiki-318687f84d152d3a52683f09dff17deb08ab6eeb.tar ikiwiki-318687f84d152d3a52683f09dff17deb08ab6eeb.tar.gz |
-rw-r--r-- | doc/todo/do_not_make_links_backwards.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/do_not_make_links_backwards.mdwn b/doc/todo/do_not_make_links_backwards.mdwn index 8725d7feb..a2d1abc49 100644 --- a/doc/todo/do_not_make_links_backwards.mdwn +++ b/doc/todo/do_not_make_links_backwards.mdwn @@ -14,7 +14,7 @@ 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, 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? + 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) (!) in progress, almost done 4. rewrite tests to take into account the two syntaxes |