Welcome to <aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves'href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>
TiddlyWiki5</a>, a reboot of <aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves'href='http://five.tiddlywiki.com/static/TiddlyWiki.html'>
TiddlyWiki</a>, the reusable non-linear personal web notebook <aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves'href='http://five.tiddlywiki.com/static/History.html'>
first released in 2004</a>. It is a complete interactive wiki in <aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-missing'href='http://five.tiddlywiki.com/static/JavaScript.html'>
JavaScript</a> that can be run from a single HTML file in the browser or as a powerful <aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves'href='http://five.tiddlywiki.com/static/node.js.html'>
TiddlyWiki</a> is designed to fit around your brain, giving you a better way of managing information than traditional documents and emails. The fundamental idea is that information is more useful and reusable if we cut it up into the smallest semantically meaningful chunks –<aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves'href='http://five.tiddlywiki.com/static/Tiddlers.html'>
tiddlers</a>– and give them titles so that they can be structured with links, tags and macros. <aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves'href='http://five.tiddlywiki.com/static/TiddlyWiki.html'>
TiddlyWiki</a> aims to provide a fluid interface for working with tiddlers, allowing them to be aggregated and composed into longer narratives.</p><p>
TiddlyWiki5</a> has many <aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves'href='http://five.tiddlywiki.com/static/Improvements.html'>
improvements</a> over the original. It is currently labelled alpha, meaning it is working but incomplete. It is a great time to get involved and support its <aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves'href='http://five.tiddlywiki.com/static/RoadMap.html'>
TiddlyWiki5</a> can be used on the command line to perform an extensive set of operations based on tiddlers, <aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves'href='http://five.tiddlywiki.com/static/TiddlerFiles.html'>
TiddlerFiles</a> and <aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-missing'href='http://five.tiddlywiki.com/static/TiddlyWikiFiles.html'>
TiddlyWikiFiles</a>. For example, this loads the tiddlers from a <aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves'href='http://five.tiddlywiki.com/static/TiddlyWiki.html'>
TiddlyWiki</a> HTML file and then saves one of them in HTML:</p><pre>
tiddlywiki.js</code> from the command line boots the <aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves'href='http://five.tiddlywiki.com/static/TiddlyWiki.html'>
TiddlyWiki</a> 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.</p><p>
bld.sh</code> builds the new <aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves'href='http://five.tiddlywiki.com/static/TiddlyWiki.html'>
Save an individual tiddler as a specified <aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-missing'href='http://five.tiddlywiki.com/static/ContentType.html'>
Save a set of tiddlers matching a filter as separate files of a specified <aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-missing'href='http://five.tiddlywiki.com/static/ContentType.html'>
The server is very simple. At the root, it serves a rendering of a specified tiddler. Away from the root, it serves individual tiddlers encoded in JSON, and supports the basic HTTP operations for <code>
port</strong> - port number to serve from (defaults to "8080")</li><li>
<strong>
roottiddler</strong> - the tiddler to serve at the root (defaults to "$:/core/tiddlywiki5.template.html") </li><li>
<strong>
rendertype</strong> - the content type to which the root tiddler should be rendered (defaults to "text/plain")</li><li>
<strong>
servetype</strong> - the content type with which the root tiddler should be served (defaults to "text/html")</li></ul></div></div></span></div><divclass='tw-list-element'>
Displays the version number of <aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves'href='http://five.tiddlywiki.com/static/TiddlyWiki.html'>
This readme file was automatically generated by <aclass='tw-tiddlylink tw-tiddlylink-internal tw-tiddlylink-resolves'href='http://five.tiddlywiki.com/static/TiddlyWiki5.html'>