2013-02-09 17:08:28 +00:00
|
|
|
<h1 class=''>
|
2013-03-02 13:14:56 +00:00
|
|
|
Building classic <span>
|
|
|
|
TiddlyWiki</span> with <span>
|
2013-10-27 22:55:36 +00:00
|
|
|
TiddlyWiki5</span></h1><p>
|
2013-03-01 18:08:15 +00:00
|
|
|
<span>
|
|
|
|
TiddlyWiki5</span> can be used to build older 2.x.x versions of <span>
|
|
|
|
TiddlyWiki</span> from their constituent components. Doing so involves these additional features over and above those used for building <span>
|
|
|
|
TiddlyWiki5</span>:</p><ul>
|
2013-02-09 17:08:28 +00:00
|
|
|
<li>
|
|
|
|
The <code>
|
2013-03-01 18:08:15 +00:00
|
|
|
tiddlywiki2/loadrecipe</code> plugin, containing a deserializer module which allows tiddlers to be loaded from <span>
|
|
|
|
TiddlyWiki</span> 2.x.x <code>
|
2013-02-09 17:08:28 +00:00
|
|
|
.recipe</code> files</li><li>
|
|
|
|
The <code>
|
|
|
|
tiddlywiki2/stripcomments</code> plugin, containing a new viewer format for the <code>
|
2013-03-01 18:08:15 +00:00
|
|
|
<$view></code> widget that strips single line <span>
|
|
|
|
JavaScript</span> comments starting <code>
|
2013-02-09 17:08:28 +00:00
|
|
|
//#</code></li><li>
|
|
|
|
The <code>
|
|
|
|
stripTitlePrefix='yes'</code> attribute of the <code>
|
|
|
|
<$fields></code> widget, which removes prefixes wrapped in curly braces from the <code>
|
|
|
|
title</code> attribute<ul>
|
|
|
|
<li>
|
|
|
|
For example, <code>
|
|
|
|
{tiddler}HelloThere</code> would be transformed to <code>
|
|
|
|
HelloThere</code></li></ul></li></ul><h1 class=''>
|
|
|
|
Usage</h1><p>
|
2013-03-01 18:08:15 +00:00
|
|
|
<span>
|
|
|
|
TiddlyWikiClassic</span> is built from the command line by running <span>
|
|
|
|
TiddlyWiki5</span> under node.js. A typical usage would be:</p><pre>
|
2013-02-09 17:08:28 +00:00
|
|
|
node ../../tiddlywiki.js \
|
2013-01-22 09:30:24 +00:00
|
|
|
--verbose \
|
|
|
|
--load <path_to_recipe_file> \
|
2013-08-24 15:45:59 +00:00
|
|
|
--rendertiddler $:/core/templates/tiddlywiki2.template.html <path_to_write_index_file> text/plain \
|
2013-10-27 22:55:36 +00:00
|
|
|
|| exit 1</pre>
|