aboutsummaryrefslogtreecommitdiff
path: root/doc/wishlist
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2012-03-03 17:58:50 -0400
committeradmin <admin@branchable.com>2012-03-03 17:58:50 -0400
commitd365187b6206e0c9097da9b893f7fa7ac840c34d (patch)
treefeb8b034a89585bfcffe697e4a69de538c473a3e /doc/wishlist
parent2f013cc0c26246d3a29fe6078275b4822b6f4aa9 (diff)
downloadikiwiki-d365187b6206e0c9097da9b893f7fa7ac840c34d.tar
ikiwiki-d365187b6206e0c9097da9b893f7fa7ac840c34d.tar.gz
add results of my research and a roadmap
Diffstat (limited to 'doc/wishlist')
-rw-r--r--doc/wishlist/do_not_make_links_backwards.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/wishlist/do_not_make_links_backwards.mdwn b/doc/wishlist/do_not_make_links_backwards.mdwn
index f9c3673d9..c63ed7d55 100644
--- a/doc/wishlist/do_not_make_links_backwards.mdwn
+++ b/doc/wishlist/do_not_make_links_backwards.mdwn
@@ -3,3 +3,14 @@ I understand this may be a bit provocative, but I strongly feel that ikiwiki lin
Everytime i come back to ikiwiki, i need to bend my mind backwards to create *proper* links. I understand that `\[[description|link]]` is more inline with Markdown's `[description](link)` approach, but in my mind it is too much of a problem for third part plugins to be a proper justification. For example, the [[plugins/creole]] plugin works pretty much as expected *expect* for links, because it can't override ikiwiki's internal link parser. For me that's a huge inconsistency that should be fixed.
If there is an agreement within the community that we can change that, I am ready to work on a migration script or even a configuration variable... -- [[anarcat]]
+
+Dev notes
+---------
+
+I started looking into this, after encouraging words from Joey ("very long term roadmap", AKA "if someone does it"). It turns out it is less deeply rooted than i thought in the core of ikiwiki; everything being a plugin and all, this is also a plugin ([[plugins/link]]).
+
+The following needs to be done:
+
+ 1. the `link_regexp` variable needs to be turned backwards (or frontwards, if you like :P)
+ 2. a config setting need to be added to the `link` plugin so that we can choose if we want backwards links or not
+ 3. a (solid!) parser needs to be written for [[ikiwiki-transition]] to change the actual links (if necessary)