aboutsummaryrefslogtreecommitdiff
path: root/doc/wishlist
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2012-03-03 10:59:02 -0400
committeradmin <admin@branchable.com>2012-03-03 10:59:02 -0400
commita0b64ab6a8b9208ed4901530aeb547158da2d113 (patch)
treeefa55b85ec7afecc11d577354c02517eceac1efd /doc/wishlist
parent5494a42d000ee2d09a2086bf21edde52a83b91d0 (diff)
downloadikiwiki-a0b64ab6a8b9208ed4901530aeb547158da2d113.tar
ikiwiki-a0b64ab6a8b9208ed4901530aeb547158da2d113.tar.gz
i hope this is not too much provocative... :)
Diffstat (limited to 'doc/wishlist')
-rw-r--r--doc/wishlist/do_not_make_links_backwards.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/wishlist/do_not_make_links_backwards.mdwn b/doc/wishlist/do_not_make_links_backwards.mdwn
new file mode 100644
index 000000000..f9c3673d9
--- /dev/null
+++ b/doc/wishlist/do_not_make_links_backwards.mdwn
@@ -0,0 +1,5 @@
+I understand this may be a bit provocative, but I strongly feel that ikiwiki linking rules are backwards. I come from the world of wikis like MoinMoin and [[plugins/contrib/mediawiki]], where you use `\[[link|description]]`. The defacto wiki markup "[[plugins/creole]]" also uses that convention, as does raw HTML (href comes first!). Ikiwiki doesn't: here we need to use `\[[description|link]]`.
+
+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]]