Go to file
Jermolene 50e1727ef7 Stop falling back to anonymous username
The `serve` command used to fallback the username parameter to
“ANONYMOUS” if it was not provided. Better is just to not set a
username if it is not provided; newly created tiddlers won’t get a
‘modifier’ field at all.
2013-12-11 07:45:36 +00:00
boot Split out the parsing of semantic version strings 2013-12-02 09:57:19 +00:00
core Stop falling back to anonymous username 2013-12-11 07:45:36 +00:00
editions Update 5.0.1-alpha release date 2013-12-06 17:54:25 +00:00
licenses Resolve conflict 2013-12-01 20:11:40 +00:00
node_modules
plugins/tiddlywiki
themes Block quote styles 2013-12-05 16:20:37 +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 update 2013-12-07 08:59:38 +00:00
serve.cmd
serve.sh
test.cmd
test.sh
tiddlywiki.js
verbump.cmd Update `verbump` script to include version number in commit message 2013-12-03 10:09:37 +00:00
verbump.sh Update `verbump` script to include version number in commit message 2013-12-03 10:09:37 +00:00
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 TiddlyWiki5, a reboot of TiddlyWiki, the non-linear personal web notebook first released in 2004. It is a complete interactive wiki in JavaScript that can be run from a single HTML file in the browser or as a powerful Node.js application.

TiddlyWiki5 is currently in alpha at version 5.0.2-prerelease (see the detailed ReleaseHistory). There is a RoadMap for moving to beta and getting to the full release. It is a great time to get involved and support the future development of TiddlyWiki5.

TiddlyWiki5 and TiddlyWiki Classic are free, open source projects that depend on your love and support for their survival.

TiddlyWiki Classic - http://tiddlywiki.com

The deep internal improvements mean that TiddlyWiki5 is not fully compatible with older versions. 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