/!\ I'm gonna modify this page tomorrow! It's just remember! {{{ diofeher: title() -> kill the backlink magic ThomasWaldmann: didn't understood (this can be replaced by an action menu item: less magic, better visible, less special cases) http://hg.moinmo.in/moin/2.0-dev-jinja2-plugins-dfeher/rev/a5723dee88c0#l1.82 + following few lines that does a linkto: search for the page title hmmm just do a link to current page instead and move this magic to action menu item? yes ok doing a backlinks search by clicking title is kind of wiki heritage but the problem is new users don't get it get it :) and it creates special cases at 2 places when doing it that way just to you know, MoinSearch is broken a) in title() for creating the search link b) in navibar, for adding an entry that links to current page (one needs it if one is on a action different from show action and wants to return to normal page view) yes, that's known, ignore it hmm so, an action menu entry "What links here?" is easier in the end. makes sense i'm gonna put this in my TODO list :) also, before doing too much changes in the way you do now, find out how to build links from the template so that you just give the page name to the template, and the template computes the link to the page (or a tuple (pagename, linktext)) http://hg.moinmo.in/moin/2.0-dev-jinja2-plugins-dfeher/rev/a5723dee88c0#l1.293 that is the b) special case you won't need any more then }}}