Go to file
Jermolene b8897f86fb Ensure that tiddler manipulations affect the history
Previously edit tiddler etc wouldn’t actually navigate to the new
tiddler
2013-12-11 16:30:25 +00:00
boot
core Ensure that tiddler manipulations affect the history 2013-12-11 16:30:25 +00:00
editions Docs update 2013-12-11 16:06:58 +00:00
licenses
node_modules
plugins/tiddlywiki Get rid of extraneous logging on filesystemadaptor 2013-12-11 13:13:48 +00:00
themes Formatting for definition lists 2013-12-11 13:12:56 +00:00
.gitignore
2bld.cmd
2bld.sh
bld.cmd
bld.sh
contributing.md
deploy.cmd
deploy.sh
ginsu.cmd
ginsu.sh
package.json Prepare version number for 5.0.2 release 2013-12-07 08:59:16 +00:00
readme.md Docs updates to get ready for beta 2013-12-11 13:13:37 +00:00
serve.cmd
serve.sh
test.cmd
test.sh
tiddlywiki.js
verbump.cmd
verbump.sh
wbld.cmd Update template used for deployment to TiddlyWeb 2013-12-11 07:37:08 +00:00
wbld.sh Update template used for deployment to TiddlyWeb 2013-12-11 07:37:08 +00:00

readme.md

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.2-prerelease of TiddlyWiki, a major reboot 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 their survival.

TiddlyWikiClassic - http://classic.tiddlywiki.com

On this site, unless noted otherwise, "TiddlyWiki" refers to the new version 5, and TiddlyWikiClassic is used to identify the older version.

The deep internal improvements mean that the new version of TiddlyWiki is not fully compatible with TiddlyWikiClassic. Existing content will need massaging, while plugins and themes will have to be completely rewritten. The upgrade path will get smoother as TiddlyWiki5 matures.

Getting started with TiddlyWiki under Node.js

Installation

For working on the command line with Node.js, you can install TiddlyWiki via npm:

npm -g install tiddlywiki

The -g flag causes TiddlyWiki to be installed globally.

Working with the TiddlyWiki5 repository

Working with the TiddlyWiki5 repository is recommended if you plan on forking the TiddlyWiki5 source code.

This readme file was automatically generated by TiddlyWiki5