<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">It does not exist already in the 2.1.betas, nor is it likely for 2.1.0.<br>However, mapping a word to an external address can be easily done using
<br>custom markup:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;Markup('example_word', '&gt;links',<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'/\\bexample_word\\b/',<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;&lt;a href='<a href="http://www.example.com'">http://www.example.com'</a>&gt;example_word&lt;/a&gt;&quot;);
</blockquote><div><br><br>Thank you for your support.&nbsp; Unfortunately, this is not exactly what I am looking for.<br><br>What I am looking for is a simple way (and Site.Intermap would be
perfect for that) to specify the &quot;url prefix&quot; of a server where images
are stored.&nbsp; Typically, I have PmWiki fields created for several users,
but they are not allowed to upload files on the machine running the
wiki.
<br><br>Therefore, the users store their images on another server where the url is, say,&nbsp; <a href="http://www.userisp.com/username/images/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.userisp.com/username/images/
</a> .<br><br>Currently, they have to type 
<a href="http://www.userisp.com/username/images/imagename.jpg" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.userisp.com/username/images/imagename.jpg</a> for every image.&nbsp; <br><br>I
would like to have something like ISP:imagename.jpg or
{ISP}imagename.jpg , as it would be easier to type, and easier to
change if they decide to store their images somewhere else.
<br><br>I tried &quot;Custom markups&quot; which work for this up a certain
point : I did not manage to let them work in links like [[
(:markup:)zipfile.zip &nbsp; |(:markup:)imagename.jpg]] .<br><br>Would you see another way of doing it ?<br><br>Christophe<br><br><br><br></div></div>