Re: [web2py] wiki 1st question: problem with an anchor

2011-07-25 Thread Martin Weissenboeck
Thanks Jonathan, it works! If I want to have a link inside file abc to anchor [[a]] I have to use [[mylink #a]] - that's ok! But how link from file def to abc#a? I have tried [[mylink file:abc#a]] - this links to file://abc%23a What is the correct syntax? Regards, Martrin 2011/7/24 Jonathan Lun

Re: [web2py] wiki 1st question: problem with an anchor

2011-07-24 Thread Jonathan Lundell
On Jul 23, 2011, at 10:53 PM, Martin Weissenboeck wrote: > I have written a text page "abc" with web2py wiki containing a label [[a]]. > There are two links in default/index.html: > http://127.0.0.1:8000/test/plugin_wiki/page/abc#a";>Link 1 > {{=A('Link 2',_href=URL('test','plugin_wiki','page',

[web2py] wiki 1st question: problem with an anchor

2011-07-23 Thread Martin Weissenboeck
Hi, I have written a text page "abc" with web2py wiki containing a label [[a]]. There are two links in default/index.html: - http://127.0.0.1:8000/test/plugin_wiki/page/abc#a";>Link 1 - {{=A('Link 2',_href=URL('test','plugin_wiki','page',args=['abc#a']))}} Link 1 opens "http://127.0.0.1:8