<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Internal anchor links</title>
		<link>http://community.wikidot.com/forum/t-3118/internal-anchor-links</link>
		<description>Posts in the discussion thread &quot;Internal anchor links&quot; - How can I create links internally within a wiki to an anchor on the linked page?</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://community.wikidot.com/forum/t-3118#post-12726</guid>
				<title>Re: Internal anchor links</title>
				<link>http://community.wikidot.com/forum/t-3118/internal-anchor-links#post-12726</link>
				<description></description>
				<pubDate>Thu, 08 Mar 2007 09:53:13 +0000</pubDate>
				<wikidot:authorName>michal frackowiak</wikidot:authorName>				<wikidot:authorUserId>1</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>this should work now:</p> <div class="code"> <pre> <code>[[[start#myanchor | custom text]]] [[[start#myanchor]]]</code> </pre></div> <p><a href="http://community.wikidot.com/start#myanchor">custom text</a><br /> <a href="http://community.wikidot.com/start#myanchor">start</a></p> <p>I have put this into the syntax doc: <a href="http://www.wikidot.com/doc:wiki-syntax#toc14">http://www.wikidot.com/doc:wiki-syntax#toc14</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-3118#post-12522</guid>
				<title>Re: Internal anchor links</title>
				<link>http://community.wikidot.com/forum/t-3118/internal-anchor-links#post-12522</link>
				<description></description>
				<pubDate>Wed, 07 Mar 2007 01:36:40 +0000</pubDate>
				<wikidot:authorName>rbk</wikidot:authorName>				<wikidot:authorUserId>10393</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Alex,</p> <p>Interestingly, it seems to work fine if you don't want custom text. In other words, this works in the Sandbox:</p> <div class="code"> <pre> <code>[[[page on my site#myanchor]]]</code> </pre></div> <br /> I get a link to page-on-my-site#myanchor. Interestingly enough, if page-on-my-site doesn't exist yet, then the anchor doesn't appear in the link (and clicking on it takes me to the create-a-page feature), but as soon as the page exists and has an anchor with the correct name, the link becomes fully functional. <p>However, if I try</p> <div class="code"> <pre> <code>[[[page on my site#myanchor | custom text]]]</code> </pre></div> <br /> then it borks, as expected.
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-3118#post-12516</guid>
				<title>Re: Internal anchor links</title>
				<link>http://community.wikidot.com/forum/t-3118/internal-anchor-links#post-12516</link>
				<description></description>
				<pubDate>Wed, 07 Mar 2007 00:12:46 +0000</pubDate>
				<wikidot:authorName>paplop</wikidot:authorName>				<wikidot:authorUserId>11196</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Right.<br /> I'm searching the script too: I need to link an anchor of the other page without insert the http link.<br /> So 'up' for this question ;-)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-3118#post-6629</guid>
				<title>Internal anchor links</title>
				<link>http://community.wikidot.com/forum/t-3118/internal-anchor-links#post-6629</link>
				<description></description>
				<pubDate>Fri, 12 Jan 2007 20:08:39 +0000</pubDate>
				<wikidot:authorName>alexmayer</wikidot:authorName>				<wikidot:authorUserId>6170</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How can I link to an anchor on a separate but internal wiki page without using an http link? I'm only able to do it using http links:</p> <div class="code"> <pre> <code>[http://www.site.com#anchor]</code> </pre></div> <br /> but not using internal syntax such as: <div class="code"> <pre> <code>[[[ page | name ]]]</code> </pre></div> <br /> Thanks in advance
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>