diff --git a/editions/tw2/readme.md b/editions/tw2/readme.md index 79534f175..b42269506 100644 --- a/editions/tw2/readme.md +++ b/editions/tw2/readme.md @@ -1,20 +1,20 @@
- -TiddlyWiki5 can be used to build older 2.x.x versions of -TiddlyWiki from their constituent components. Doing so involves these additional features over and above those used for building -TiddlyWiki5:
+ +TiddlyWiki5 can be used to build older 2.x.x versions of +TiddlyWiki from their constituent components. Doing so involves these additional features over and above those used for building +TiddlyWiki5:
-tiddlywiki2/loadrecipe
plugin, containing a deserializer module which allows tiddlers to be loaded from
-TiddlyWiki 2.x.x
+tiddlywiki2/loadrecipe
plugin, containing a deserializer module which allows tiddlers to be loaded from
+TiddlyWiki 2.x.x
.recipe
files
tiddlywiki2/stripcomments
plugin, containing a new viewer format for the
-<$view>
widget that strips single line
-JavaScript comments starting
+<$view>
widget that strips single line
+JavaScript comments starting
//#
stripTitlePrefix='yes'
attribute of the
@@ -25,9 +25,9 @@ For example,
{tiddler}HelloThere
would be transformed to
HelloThere
- -TiddlyWikiClassic is built from the command line by running -TiddlyWiki5 under node.js. A typical usage would be:
+ +TiddlyWikiClassic is built from the command line by running +TiddlyWiki5 under node.js. A typical usage would be:node ../../tiddlywiki.js \ --verbose \ --load <path_to_recipe_file> \