diff --git a/editions/tw2/readme.md b/editions/tw2/readme.md index 62cdc3cf4..c75154fc9 100644 --- a/editions/tw2/readme.md +++ b/editions/tw2/readme.md @@ -1,34 +1,4 @@ -
- -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
-.recipe
files
-tiddlywiki2/stripcomments
plugin, containing a new viewer format for the
-<$view>
widget that strips single line
-JavaScript comments starting
-//#
-stripTitlePrefix='yes'
attribute of the
-<$fields>
widget, which removes prefixes wrapped in curly braces from the
-title
attribute
-{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:
-node ../../tiddlywiki.js \ +Building TiddlyWikiClassic
TiddlyWiki5 can be used to build older 2.x.x versions of TiddlyWikiClassic from their constituent components. Doing so involves these features:
tiddlywiki/classictools
plugin, containing a deserializer module which allows tiddlers to be loaded from TiddlyWiki 2.x.x .recipe
filesstripcomments
format for the ViewWidget, which strips single line JavaScript comments starting //#
stripTitlePrefix='yes'
attribute of the FieldsWidget, which removes prefixes wrapped in curly braces from the title
attribute{tiddler}HelloThere
would be transformed to HelloThere
TiddlyWikiClassic is built from the command line by running TiddlyWiki on Node.js. A typical usage would be:
node ../../tiddlywiki.js \ --verbose \ --load <path_to_recipe_file> \ --rendertiddler $:/core/templates/tiddlywiki2.template.html <path_to_write_index_file> text/plain \ diff --git a/editions/tw5.com/tiddlers/Release 5.0.4beta.tid b/editions/tw5.com/tiddlers/Release 5.0.4beta.tid index 7a6fa152b..f8c252831 100644 --- a/editions/tw5.com/tiddlers/Release 5.0.4beta.tid +++ b/editions/tw5.com/tiddlers/Release 5.0.4beta.tid @@ -1,7 +1,7 @@ created: 20131216100000000 modified: 20131221205551616 tags: releasenote -title: Release 5.0.4-prerelease +title: Release 5.0.4-beta type: text/vnd.tiddlywiki released: 201312221544 diff --git a/editions/tw5.com/tiddlers/readme/ReadMe.tid b/editions/tw5.com/tiddlers/readme/ReadMe.tid index 0a3f867b1..890a3ae0d 100644 --- a/editions/tw5.com/tiddlers/readme/ReadMe.tid +++ b/editions/tw5.com/tiddlers/readme/ReadMe.tid @@ -1,15 +1,19 @@ created: 20131129094758194 -modified: 20131129094808390 +modified: 20131222161808390 title: ReadMe type: text/vnd.tiddlywiki \define tw-wikilink-template() http://tiddlywiki.com/static/$uri_encoded$.html -! Welcome to TiddlyWiki5 +! Welcome to TiddlyWiki {{HelloThere}} ! Getting started with TiddlyWiki under Node.js -{{TiddlyWiki5 on Node.js}} +{{TiddlyWiki on Node.js}} -//This readme file was automatically generated by TiddlyWiki5// +! Working with the TiddlyWiki5 repository + +{{Working with the TiddlyWiki5 repository}} + +//This readme file was automatically generated by TiddlyWiki// diff --git a/editions/tw5.com/tiddlers/readme/TiddlyWiki2ReadMe.tid b/editions/tw5.com/tiddlers/readme/TiddlyWiki2ReadMe.tid index cd2f5fc98..15f274cbc 100644 --- a/editions/tw5.com/tiddlers/readme/TiddlyWiki2ReadMe.tid +++ b/editions/tw5.com/tiddlers/readme/TiddlyWiki2ReadMe.tid @@ -1,5 +1,5 @@ title: TiddlyWiki2ReadMe \define tw-wikilinks() no -! Building classic TiddlyWiki with TiddlyWiki5 -{{Building classic TiddlyWiki with TiddlyWiki5}} +! Building TiddlyWikiClassic +{{Building TiddlyWikiClassic}} diff --git a/readme.md b/readme.md index 9fab52e13..40621364f 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,6 @@ -Welcome to TiddlyWiki5
Welcome to TiddlyWiki, a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText.
This is version 5.0.4-beta of TiddlyWiki, a major reboot designed for the next 25 years. It is currently in beta (see the detailed ReleaseHistory). There is a RoadMap for moving to the full release. It is a great time to get involved and support the future development of TiddlyWiki.
TiddlyWiki is a free, open source project that depends on your love and support for its survival.
Getting started with TiddlyWiki under Node.js
This readme file was automatically generated by TiddlyWiki5 +
Welcome to TiddlyWiki
Welcome to TiddlyWiki, a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText.
This is version 5.0.4-beta of TiddlyWiki, a major reboot designed for the next 25 years. It is currently in beta (see the detailed ReleaseHistory). There is a RoadMap for moving to the full release. It is a great time to get involved and support the future development of TiddlyWiki.
TiddlyWiki is a free, open source project that depends on your love and support for its survival.
Getting started with TiddlyWiki under Node.js
Running TiddlyWiki on Node.js brings several important benefits over and above the single file version:
npm -g install tiddlywiki
If it fails with an error you may need to re-run the command as an administrator:
sudo npm -g install tiddlywiki
tiddlywiki --version
5.0.4-beta
; you may also see other debugging information reported)mkdir mywiki
to create a folder for a new wikicd mywiki
to move into the new foldertiddlywiki --server
to start TiddlyWikiThe -g
flag causes TiddlyWiki to be installed globally. Without it, TiddlyWiki will only be available in the directory where you installed it.
A slightly different method for installation is recommended if you plan on forking the source code in order to study it or contribute to it. See Working with the TiddlyWiki5 repository. +
TiddlyWiki5 can be used on the command line to perform an extensive set of operations based on TiddlyWikiFolders, TiddlerFiles and TiddlyWikiFiles.
For example, the following command loads the tiddlers from a TiddlyWiki HTML file and then saves one of them in static HTML:
tiddlywiki --verbose --load mywiki.html --rendertiddler ReadMe ./readme.html
Running tiddlywiki
from the command line boots the TiddlyWiki kernel, loads the core plugins and establishes an empty wiki store. It then sequentially processes the command line arguments from left to right. The arguments are separated with spaces.
The first argument is the optional path to the TiddlyWikiFolder to be loaded. If not present, then the current directory is used.
The commands and their individual arguments follow, each command being identified by the prefix --
.
tiddlywiki [<wikipath>] [--<command> [<arg>[,<arg>]]]
The available commands are:
If you've installed TiddlyWiki on Node.js on the usual way, when a new version is released you can upgrade it with this command:
sudo npm -g upgrade tiddlywiki
The following commands are available:
If you plan on working with the TiddlyWiki5 source code then follow these steps:
sudo npm link
to tell npm to use this copy of the repo as the globally installed oneAfter this procedure you can work with TiddlyWiki5 via npm as though it were installed in the usual way with npm -g install tiddlywiki
.
See also Scripts for TiddlyWiki on Node.js.
This readme file was automatically generated by TiddlyWiki
\ No newline at end of file