<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>TiddlyWiki Google Group</title>
  <link>http://groups.google.com/group/tiddlywiki</link>
  <description>A mailing list for users of TiddlyWiki</description>
  <language>en</language>
  <item>
  <title>ILJS refresh script (for a open tiddler)</title>
  <link>http://groups.google.com/group/tiddlywiki/browse_thread/thread/10e06daf54e53a1d/6b7cab66ac8c8634?show_docid=6b7cab66ac8c8634</link>
  <description>
  I am using &lt;br&gt; &lt;p&gt;&amp;lt;script&amp;gt; &lt;br&gt; setTimeout(&amp;quot;story.refreshTiddl er(&#39;Final&#39;,null,true)&amp;quot;,30000); &lt;br&gt; &amp;lt;/script&amp;gt; &lt;br&gt; &lt;p&gt;Where Final = the tiddler name &lt;br&gt; &lt;p&gt;Can I do this with something like tiddler.title so I don&#39;t have to &lt;br&gt; change the name when re-using the script? &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; &lt;p&gt;Mike
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tiddlywiki/browse_thread/thread/10e06daf54e53a1d/6b7cab66ac8c8634?show_docid=6b7cab66ac8c8634</guid>
  <author>
  eris...@gmail.com
  (Mike)
  </author>
  <pubDate>Tue, 24 Nov 2009 18:35:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: Inline script (Wikify Output??)</title>
  <link>http://groups.google.com/group/tiddlywiki/browse_thread/thread/1d228ee8add12ad7/27bc129812b3e20e?show_docid=27bc129812b3e20e</link>
  <description>
  Thank You ! &lt;br&gt; Works perfect, knew I was missing something simple. . . &lt;br&gt; (Lost last reply ?) &lt;br&gt; &lt;p&gt;Have a great day ! &lt;br&gt; &lt;p&gt;Mike
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tiddlywiki/browse_thread/thread/1d228ee8add12ad7/27bc129812b3e20e?show_docid=27bc129812b3e20e</guid>
  <author>
  eris...@gmail.com
  (Mike)
  </author>
  <pubDate>Tue, 24 Nov 2009 18:08:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: Upload files script</title>
  <link>http://groups.google.com/group/tiddlywiki/browse_thread/thread/299140fde247c56e/6083d915ffa70b06?show_docid=6083d915ffa70b06</link>
  <description>
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.americanfinancing.net/html-upload-form.cfm&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;This form can be changed/modified (remove all the commercial stuff) &lt;br&gt; and upload TW-files from your students. &lt;br&gt; You just have to be able to upload files via html of a reasonable &lt;br&gt; size.. &lt;br&gt; &lt;p&gt;It&#39;s just php and html - no sql or database is required - same is true
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tiddlywiki/browse_thread/thread/299140fde247c56e/6083d915ffa70b06?show_docid=6083d915ffa70b06</guid>
  <author>
  humam...@gmail.com
  (Måns)
  </author>
  <pubDate>Tue, 24 Nov 2009 17:42:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: Inline script (Wikify Output??)</title>
  <link>http://groups.google.com/group/tiddlywiki/browse_thread/thread/1d228ee8add12ad7/b0363236a20d93ea?show_docid=b0363236a20d93ea</link>
  <description>
  You can try &lt;br&gt; &lt;p&gt; wikify(&#39; &#39;+pre+&#39;&#39;+dir+&#39;&#39;+array_name[ry] +&#39;&#39;+post+&#39; &#39;,place) ; &lt;br&gt; &lt;p&gt;Mark
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tiddlywiki/browse_thread/thread/1d228ee8add12ad7/b0363236a20d93ea?show_docid=b0363236a20d93ea</guid>
  <author>
  throa...@yahoo.com
  (Mark S.)
  </author>
  <pubDate>Tue, 24 Nov 2009 16:59:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: TaskMacroPlugin</title>
  <link>http://groups.google.com/group/tiddlywiki/browse_thread/thread/742a5cbf10e471c9/ac41e1d455071195?show_docid=ac41e1d455071195</link>
  <description>
  Cool find (Lab Wiki) &lt;br&gt; &lt;p&gt;m m m m the never ending possibilities ! &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; &lt;p&gt;Mike
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tiddlywiki/browse_thread/thread/742a5cbf10e471c9/ac41e1d455071195?show_docid=ac41e1d455071195</guid>
  <author>
  eris...@gmail.com
  (Mike)
  </author>
  <pubDate>Tue, 24 Nov 2009 16:05:36 UT
</pubDate>
  </item>
  <item>
  <title>TW Inline Script to execute a batch file?</title>
  <link>http://groups.google.com/group/tiddlywiki/browse_thread/thread/8332016c695e9ad9/b5645bfe2794a7a7?show_docid=b5645bfe2794a7a7</link>
  <description>
  I have a batch file that creates a JS array which I later use in &lt;br&gt; another script &lt;br&gt; (See script here: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/tiddlywiki/browse_thread/thread/1d228ee8add12ad7&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; &lt;p&gt;Idea from: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.dynamicdrive.com/forums/archive/index.php/t-13488.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I would like to execute the batch file from inside my TW to refresh
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tiddlywiki/browse_thread/thread/8332016c695e9ad9/b5645bfe2794a7a7?show_docid=b5645bfe2794a7a7</guid>
  <author>
  eris...@gmail.com
  (Mike)
  </author>
  <pubDate>Tue, 24 Nov 2009 15:50:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: Sorting order under treeview entries</title>
  <link>http://groups.google.com/group/tiddlywiki/browse_thread/thread/ce7ee468e58d341e/26ea4eab1f3e0043?show_docid=26ea4eab1f3e0043</link>
  <description>
  For now I am using a similar scheme since I started using the treeview &lt;br&gt; based system, which I migrated to recently. But it is a mildly &lt;br&gt; irritating to be doing so. &lt;br&gt; &lt;p&gt;Now that it caught your attention - the Daily Logs is for items that &lt;br&gt; don&#39;t fit into other six files (tiddlywiki&#39;s) that I maintain on my
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tiddlywiki/browse_thread/thread/ce7ee468e58d341e/26ea4eab1f3e0043?show_docid=26ea4eab1f3e0043</guid>
  <author>
  shankar.sw...@gmail.com
  (Shankar)
  </author>
  <pubDate>Tue, 24 Nov 2009 15:45:37 UT
</pubDate>
  </item>
  <item>
  <title>Inline script (Wikify Output??)</title>
  <link>http://groups.google.com/group/tiddlywiki/browse_thread/thread/1d228ee8add12ad7/b3fb42f0ac38c0aa?show_docid=b3fb42f0ac38c0aa</link>
  <description>
  Here is my script: &lt;br&gt; &lt;p&gt;&amp;lt;script src=&amp;quot;images/array_it.js&amp;quot; show&amp;gt; &lt;br&gt; function random_imglink(){ &lt;br&gt; var ry=Math.floor(Math.random()*ar ray_name.length) &lt;br&gt; if (ry==0) &lt;br&gt; ry=1 &lt;br&gt; var pre=&#39;[&amp;gt;img(400px+,auto)[Random Picture|&#39; &lt;br&gt; var dir=&#39;images/&#39; &lt;br&gt; var post=&#39;]]&#39; &lt;br&gt; document.write(&#39; &#39;+pre+&#39;&#39;+dir+&#39;&#39;+array_name[ry] +&#39;&#39;+post+&#39; &#39;)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tiddlywiki/browse_thread/thread/1d228ee8add12ad7/b3fb42f0ac38c0aa?show_docid=b3fb42f0ac38c0aa</guid>
  <author>
  eris...@gmail.com
  (Mike)
  </author>
  <pubDate>Tue, 24 Nov 2009 15:45:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: TaskMacroPlugin</title>
  <link>http://groups.google.com/group/tiddlywiki/browse_thread/thread/742a5cbf10e471c9/4755522c98465d74?show_docid=4755522c98465d74</link>
  <description>
  Can you specify the problems it causes... exactly?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tiddlywiki/browse_thread/thread/742a5cbf10e471c9/4755522c98465d74?show_docid=4755522c98465d74</guid>
  <author>
  beertob...@googlemail.com
  (Tobias Beer)
  </author>
  <pubDate>Tue, 24 Nov 2009 15:41:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: TaskMacroPlugin</title>
  <link>http://groups.google.com/group/tiddlywiki/browse_thread/thread/742a5cbf10e471c9/5d881059f7ebf5e2?show_docid=5d881059f7ebf5e2</link>
  <description>
  Hi Eduard, &lt;br&gt; &lt;p&gt;Wow, this macro works beautifully! I wish I had seen this one earlier. &lt;br&gt; I will definetly think about if and how to get that into tbGTD... &lt;br&gt; possibly taking care of any bugs or additions which I may find &lt;br&gt; important. I&#39;ll post back here if I got there. &lt;br&gt; &lt;p&gt;Tobias.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tiddlywiki/browse_thread/thread/742a5cbf10e471c9/5d881059f7ebf5e2?show_docid=5d881059f7ebf5e2</guid>
  <author>
  beertob...@googlemail.com
  (Tobias Beer)
  </author>
  <pubDate>Tue, 24 Nov 2009 15:41:04 UT
</pubDate>
  </item>
  <item>
  <title>Re: Sorting order under treeview entries</title>
  <link>http://groups.google.com/group/tiddlywiki/browse_thread/thread/ce7ee468e58d341e/c70e290b80d977e3?show_docid=c70e290b80d977e3</link>
  <description>
  How about not using treview for that kind of stuff at all? A nice &lt;br&gt; alternative may be a simple inline-script to fetch your stuff in &lt;br&gt; whatever order you like and output a list or table... or to use the &lt;br&gt; quite handy TiddlerListMacro: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://jackparke.googlepages.com/jtw.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;If you want, you can even put such a list into a standard slider in
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tiddlywiki/browse_thread/thread/ce7ee468e58d341e/c70e290b80d977e3?show_docid=c70e290b80d977e3</guid>
  <author>
  beertob...@googlemail.com
  (Tobias Beer)
  </author>
  <pubDate>Tue, 24 Nov 2009 15:16:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: [tw] Re: sending list to a custom field</title>
  <link>http://groups.google.com/group/tiddlywiki/browse_thread/thread/04d9b4668ef6f834/73be3799c3f45af9?show_docid=73be3799c3f45af9</link>
  <description>
  If you register an account, you can set the default namespaces to be &lt;br&gt; searched in your preferences. &lt;br&gt; &lt;p&gt;-- F.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tiddlywiki/browse_thread/thread/04d9b4668ef6f834/73be3799c3f45af9?show_docid=73be3799c3f45af9</guid>
  <author>
  f...@gmx.net
  (FND)
  </author>
  <pubDate>Tue, 24 Nov 2009 15:14:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: Sorting order under treeview entries</title>
  <link>http://groups.google.com/group/tiddlywiki/browse_thread/thread/ce7ee468e58d341e/64a718c289fb06e7?show_docid=64a718c289fb06e7</link>
  <description>
  Maybe it&#39;s possible to put a minus sign in front of the dates (i.e &lt;br&gt; based on the assumptino that they are sorted &amp;quot;in order&amp;quot;)? &lt;br&gt; If that is not possible, maybe you could make it &amp;quot;21000000-&#39;date&#39;&amp;quot;? &lt;br&gt; &lt;p&gt;Haven&#39;t tried it. &lt;br&gt; &lt;p&gt;(BTW... your &amp;quot;daily logs&amp;quot; don&#39;t seem very daily... &amp;quot;2006..&amp;quot;)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tiddlywiki/browse_thread/thread/ce7ee468e58d341e/64a718c289fb06e7?show_docid=64a718c289fb06e7</guid>
  <author>
  matiasg...@gmail.com
  (Amzg)
  </author>
  <pubDate>Tue, 24 Nov 2009 15:10:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: sending list to a custom field</title>
  <link>http://groups.google.com/group/tiddlywiki/browse_thread/thread/04d9b4668ef6f834/a3d202c3594e54b3?show_docid=a3d202c3594e54b3</link>
  <description>
  Also, when searching for dev-related stuff on &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://tiddlywiki.org&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; tick the &#39;dev&#39; checkbox under advanced search! I do that everytime and &lt;br&gt; I wished it was activated by default. &lt;br&gt; &lt;p&gt;Tobias.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tiddlywiki/browse_thread/thread/04d9b4668ef6f834/a3d202c3594e54b3?show_docid=a3d202c3594e54b3</guid>
  <author>
  beertob...@googlemail.com
  (Tobias Beer)
  </author>
  <pubDate>Tue, 24 Nov 2009 15:09:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: Wikifying your FF bookmarks, kind of.</title>
  <link>http://groups.google.com/group/tiddlywiki/browse_thread/thread/8245b6b49eb30253/0d6be05b8d58dfcf?show_docid=0d6be05b8d58dfcf</link>
  <description>
  Some furtherifications; &lt;br&gt; &lt;p&gt;If not possible to somehow do the pasting directly into the prompt or &lt;br&gt; equivalent (as suggested above) then, second best, maybe it&#39;s possible &lt;br&gt; to make Marks script automatically use the latest created tiddler, &lt;br&gt; i.e omitting the need to type in anything manually in the prompt?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/tiddlywiki/browse_thread/thread/8245b6b49eb30253/0d6be05b8d58dfcf?show_docid=0d6be05b8d58dfcf</guid>
  <author>
  matiasg...@gmail.com
  (Amzg)
  </author>
  <pubDate>Tue, 24 Nov 2009 15:05:53 UT
</pubDate>
  </item>
  </channel>
</rss>
