<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Tiddly Links | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/3870</link>
    <description>Recent comments on userscript: Tiddly Links</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by AviY @ Mon, 10 Sep 2007 06:14:42 -0500</title>
      <description>&lt;p&gt;This function is a great idea. However it has problems with titles which contain spaces. A small fix is suggested:
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;&lt;pre&gt;
function createTiddlyLink(place,title,includeText,theClass,isStatic)
{
var text = includeText ? title : null;
var i = getTiddlyLinkInfo(title,theClass)
var btn;
if(isStatic)
btn = createExternalLink(place,&quot;#&quot; +'&quot;'+title+'&quot;');
else {
btn = createTiddlyButton(place,text,i.subTitle,onClickTiddlerLink,i.classes);
// modif SylvainAirCarnet
btn.setAttribute(&quot;href&quot;,&quot;#&quot;+'&quot;'+title+'&quot;');
//
}
btn.setAttribute(&quot;refresh&quot;,&quot;link&quot;);
btn.setAttribute(&quot;tiddlyLink&quot;,title);
return(btn);
}

&lt;/pre&gt;
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 10 Sep 2007 06:14:42 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:9704:17861</guid>
      <author>AviY</author>
      <link>http://userscripts.org/topics/9704</link>
    </item>
    <item>
      <title>Archived Comments, replied by Sylvain Comte @ Wed, 31 Jan 2007 07:43:39 -0600</title>
      <description>&lt;p&gt;All TiddlyWikis owners should use this tiddler (create new tiddler, name it as you want and tag it with systemConfig)
&lt;br /&gt;--------------------------
&lt;br /&gt;//{{{
&lt;br /&gt;function createTiddlyLink(place,title,includeText,theClass,isStatic)
&lt;br /&gt;{
&lt;br /&gt;	var text = includeText ? title : null;
&lt;br /&gt;	var i = getTiddlyLinkInfo(title,theClass)
&lt;br /&gt;	var btn;
&lt;br /&gt;	if(isStatic)
&lt;br /&gt;		btn = createExternalLink(place,&quot;#&quot; + title);
&lt;br /&gt;	else {
&lt;br /&gt;		btn = createTiddlyButton(place,text,i.subTitle,onClickTiddlerLink,i.classes);
&lt;br /&gt;// modif SylvainAirCarnet
&lt;br /&gt;		btn.setAttribute(&quot;href&quot;,&quot;#&quot;+title);
&lt;br /&gt;//		
&lt;br /&gt;		}
&lt;br /&gt;	btn.setAttribute(&quot;refresh&quot;,&quot;link&quot;);
&lt;br /&gt;	btn.setAttribute(&quot;tiddlyLink&quot;,title);
&lt;br /&gt;	return(btn);
&lt;br /&gt;}
&lt;br /&gt;//}}}
&lt;br /&gt;-------------------&lt;/p&gt;</description>
      <pubDate>Wed, 31 Jan 2007 07:43:39 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:9704:17862</guid>
      <author>Sylvain Comte</author>
      <link>http://userscripts.org/topics/9704</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:05:55 -0600</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Tue, 16 Nov 2004 19:05:55 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:9704:17860</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/9704</link>
    </item>
  </channel>
</rss>
