<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Guy Rutenberg &#187; TiddlyWiki</title>
	<atom:link href="http://www.guyrutenberg.com/tag/tiddlywiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guyrutenberg.com</link>
	<description>Keeping track of what I do</description>
	<lastBuildDate>Wed, 16 Jun 2010 19:53:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Over Looking the Simple Solution</title>
		<link>http://www.guyrutenberg.com/2009/08/01/over-looking-the-simple-solution/</link>
		<comments>http://www.guyrutenberg.com/2009/08/01/over-looking-the-simple-solution/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 10:48:14 +0000</pubDate>
		<dc:creator>Guy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[reStructured Text]]></category>
		<category><![CDATA[TiddlyWiki]]></category>

		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=414</guid>
		<description><![CDATA[Few days ago I&#8217;ve decided to start logging my rowing sessions. I disliked the idea of keeping the log on paper, so I&#8217;ve looked into a computerized solution. I ruled out Concept2&#8217;s online log book, because I wanted something private which wouldn&#8217;t require me to register on yet another website (and sometimes internet access at [...]]]></description>
			<content:encoded><![CDATA[<p>Few days ago I&#8217;ve decided to start logging my rowing sessions. I disliked the idea of keeping the log on paper, so I&#8217;ve looked into a computerized solution. I ruled out Concept2&#8217;s online log book, because I wanted something private which wouldn&#8217;t require me to register on yet another website (and sometimes internet access at my <a href="http://www.rowclub.org">rowing club</a> is broken). Soon I&#8217;ve decided to manage the log using <a href="http://www.tiddlywiki.com">TiddlyWiki</a>, a client-side html+js wiki, which <a href="http://www.guyrutenberg.com/2009/03/28/rtl-tiddlers-in-tiddlywiki/">I wrote about in the past</a>. It some nice features:<br />
1. It fits in a single self contained file that is perfect to put on a usb-stick.<br />
2. It has built-in search features.<br />
3. It allows great flexibility in how to log my sessions &#8211; no predefined format which I need to struggle to fit my sessions into.</p>
<p>The TiddlyWiki solution seemed great, and I&#8217;ve started using it. But as the title says, I merely looked over much simpler, yet as powerful, solution &#8211; a simple text file. Porting my rowing log to a simple, old-fashioned, text file provided me all the relevant features of TiddlyWiki, such as search, flexibility and working from usb-stick, while using less space and editable using a basic text-editor (or the powerful <code>vim</code>). Using <a href="http://docutils.sourceforge.net/rst.html">reStructured Text</a>, I got a nice readable journal that can be later processed into even nicer looking html files.</p>
<p>We all want to believe that we know to match the right tool for a task. But maybe, because we tend to adopt newer technologies and utilities all the time (because for a lot of tasks they do provide better tools), we end up over looking simpler, &#8220;old-fashioned&#8221;, solutions. If I take a moment now to look around, I can come up with several other places where new stuff is used instead of simpler solutions. Take a look around you, and I&#8217;m sure that you will be able to find some too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guyrutenberg.com/2009/08/01/over-looking-the-simple-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RTL Tiddlers in TiddlyWiki</title>
		<link>http://www.guyrutenberg.com/2009/03/28/rtl-tiddlers-in-tiddlywiki/</link>
		<comments>http://www.guyrutenberg.com/2009/03/28/rtl-tiddlers-in-tiddlywiki/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 14:20:47 +0000</pubDate>
		<dc:creator>Guy</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[RTL]]></category>
		<category><![CDATA[TiddlyWiki]]></category>

		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=298</guid>
		<description><![CDATA[I&#8217;ve been using TiddlyWiki for a while now, and it became a very useful tool for me. Today, I&#8217;ve decided to organize my various recipes (somehow cooking and especially making deserts has turned into an hobby of mine), and as you can expect I&#8217;ve decided to use TiddlyWiki for the tasks.
There was a slight problem [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a href="http://www.tiddlywiki.com/">TiddlyWiki</a> for a while now, and it became a very useful tool for me. Today, I&#8217;ve decided to organize my various recipes (somehow cooking and especially making deserts has turned into an hobby of mine), and as you can expect I&#8217;ve decided to use TiddlyWiki for the tasks.</p>
<p>There was a slight problem as some of the recipes are in Hebrew, and it seems TiddlyWiki doesn&#8217;t have built-in support for RTL (right-to-left) tiddlers. However, such support can be added via custom stylesheets and the tiddlers&#8217; tags. The idea for this method is taken from <a href="http://zaphands.phatcode.net/#StyleSheet">this TiddlyWiki</a>.</p>
<p>Create a new tiddler called &#8220;StyleSheet&#8221; (without the quotes). This is a special tiddler (a shadow tiddler) that lets you add additional CSS code for your wiki. Insert the following code into the newly created tiddler:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/*{{{*/</span>
div<span style="color: #00AA00;">&#91;</span>tags~<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;RTL&quot;</span><span style="color: #00AA00;">&#93;</span><span style="color: #6666ff;">.tiddler</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">direction</span><span style="color: #00AA00;">:</span> rtl<span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
div<span style="color: #00AA00;">&#91;</span>tags~<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;RTL&quot;</span><span style="color: #00AA00;">&#93;</span><span style="color: #6666ff;">.tiddler</span> <span style="color: #6666ff;">.subtitle</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">direction</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">ltr</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
div<span style="color: #00AA00;">&#91;</span>tags~<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;RTL&quot;</span><span style="color: #00AA00;">&#93;</span><span style="color: #6666ff;">.tiddler</span> <span style="color: #6666ff;">.tagged</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">direction</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">ltr</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #808080; font-style: italic;">/*}}}*/</span></pre></div></div>

<p>Now for every tiddler you want to be in RTL direction just add <code>RTL</code> to its list of tags. After you do it, the tiddler will appear correctly. Here is an example of what in RTL looks like after the fix:<br />
<div id="attachment_301" class="wp-caption aligncenter" style="width: 508px"><img src="http://www.guyrutenberg.com/wp-content/uploads/2009/03/rtl-tiddler.png" alt="A screenshot of an RTL tiddler" title="rtl-tiddler" width="498" height="341" class="size-full wp-image-301" /><p class="wp-caption-text">A screenshot of an RTL tiddler</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.guyrutenberg.com/2009/03/28/rtl-tiddlers-in-tiddlywiki/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.431 seconds -->
