]> scripts.mit.edu Git - www/ikiwiki.git/commitdiff
thoughts on dealing with basewiki links
authorhttp://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web>
Tue, 6 Mar 2012 01:32:20 +0000 (21:32 -0400)
committeradmin <admin@branchable.com>
Tue, 6 Mar 2012 01:32:20 +0000 (21:32 -0400)
doc/todo/do_not_make_links_backwards.mdwn

index 09b1b9b59209a64cba655aac446b1688dc910985..7f54c26f7af9c1aa29ab06dd088c823f6b53b213 100644 (file)
@@ -40,3 +40,9 @@ The following needs to be done:
 >> There are quite likely ikiwiki page generators that build wikilinks
 >> too. One that's part of ikiwiki itself is `change.tmpl`. There may be
 >> others... --[[Joey]]
+
+>>> Agreed that it would be cleaner to just change everything, even though the transition might be painful.
+
+>>> Another interim option might be to change the basewiki links to be just \[[link to whatever]] without having a description.
+>>> That style of link would work whether the link style was "backwards" or "forwards".  Unfortunately it could make some links less readable; after all, there is a reason why one wants to be able to change the link text!  But I don't know what proportion of the links are like that.  It's a thought, anyway.
+>>> --[[KathrynAndersen]]