mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 15:24:50 +00:00
Updated readme for tw2 edition
This commit is contained in:
parent
25df8bae6a
commit
5e9379a2ee
@ -1,20 +1,20 @@
|
||||
<h1 class=''>
|
||||
Using <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='TiddlyWiki5'>
|
||||
TiddlyWiki5</a> to build <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-missing' href='TiddlyWikiClassic'>
|
||||
TiddlyWikiClassic</a></h1><p>
|
||||
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='TiddlyWiki5'>
|
||||
TiddlyWiki5</a> can be used to build older 2.x.x versions of <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='TiddlyWiki'>
|
||||
TiddlyWiki</a> from their constituent components. Doing so involves these additional features over and above those used for building <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='TiddlyWiki5'>
|
||||
TiddlyWiki5</a>:</p><ul>
|
||||
Using <span>
|
||||
TiddlyWiki5</span> to build <span>
|
||||
TiddlyWikiClassic</span></h1><p>
|
||||
<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>
|
||||
<li>
|
||||
The <code>
|
||||
tiddlywiki2/loadrecipe</code> plugin, containing a deserializer module which allows tiddlers to be loaded from <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='TiddlyWiki'>
|
||||
TiddlyWiki</a> 2.x.x <code>
|
||||
tiddlywiki2/loadrecipe</code> plugin, containing a deserializer module which allows tiddlers to be loaded from <span>
|
||||
TiddlyWiki</span> 2.x.x <code>
|
||||
.recipe</code> files</li><li>
|
||||
The <code>
|
||||
tiddlywiki2/stripcomments</code> plugin, containing a new viewer format for the <code>
|
||||
<$view></code> widget that strips single line <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-missing' href='JavaScript'>
|
||||
JavaScript</a> comments starting <code>
|
||||
<$view></code> widget that strips single line <span>
|
||||
JavaScript</span> comments starting <code>
|
||||
//#</code></li><li>
|
||||
The <code>
|
||||
stripTitlePrefix='yes'</code> attribute of the <code>
|
||||
@ -25,9 +25,9 @@ For example, <code>
|
||||
{tiddler}HelloThere</code> would be transformed to <code>
|
||||
HelloThere</code></li></ul></li></ul><h1 class=''>
|
||||
Usage</h1><p>
|
||||
<a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-missing' href='TiddlyWikiClassic'>
|
||||
TiddlyWikiClassic</a> is built from the command line by running <a class='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves' href='TiddlyWiki5'>
|
||||
TiddlyWiki5</a> under node.js. A typical usage would be:</p><pre>
|
||||
<span>
|
||||
TiddlyWikiClassic</span> is built from the command line by running <span>
|
||||
TiddlyWiki5</span> under node.js. A typical usage would be:</p><pre>
|
||||
node ../../tiddlywiki.js \
|
||||
--verbose \
|
||||
--load <path_to_recipe_file> \
|
||||
|
Loading…
Reference in New Issue
Block a user