A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
Go to file
Jermolene c7e3e36564 Version number update for 5.0.17-beta 2014-09-12 17:52:58 +01:00
bin Merge pull request #833 from pmario/new-serve-sh 2014-09-12 16:58:05 +01:00
boot Disable plugins in safe mode 2014-09-08 19:50:48 +01:00
core Fixed problem with draft tiddlers not counting as dirty 2014-09-12 14:48:39 +01:00
editions Missed acknowledgement for @buggyj 2014-09-12 17:50:33 +01:00
languages Update filter docs 2014-09-10 23:42:13 +01:00
licenses Update cla-individual.md 2014-09-05 09:44:16 -05:00
plugins/tiddlywiki Deprecate `$:/tags/stylesheet` in favour of `$:/tags/Stylesheet` 2014-09-10 09:13:21 +01:00
themes/tiddlywiki Experiment with slightly bigger body text 2014-09-10 21:56:43 +01:00
.gitignore Add `--build` command 2014-04-25 22:41:59 +01:00
.jshintignore JSHint obeisance for plugins folder 2014-08-30 21:32:55 +01:00
contributing.md Readme updates 2014-09-12 14:25:12 +01:00
package.json Version number update for 5.0.17-beta 2014-09-12 17:52:58 +01:00
readme.md Preparing for 5.0.17 release 2014-09-12 17:48:53 +01:00
tiddlywiki.js Make require() compliant with CommonJS Modules/1.1 2013-10-12 13:44:09 -04:00

readme.md

Welcome to TiddlyWiki

Welcome to TiddlyWiki, a versatile note-taking web application you can download for free, store wherever you like, customize however you wish, and use to take / organize / share your notes in ways that word processors and other note-taking tools cannot. TiddlyWiki is designed to be non-linear, structuring content with stories, tags, hyperlinks, and other features, so that you can organize and retrieve your notes in ways that conform to your personal thought patterns, rather than feel chained to one preset organizational structure.

You can use TiddlyWiki as a single file that you view and edit through any web browser, whether you are online or offline. Or you can use it as a powerful Node.js application that stores each of your notes as a separate file.

Note that TiddlyWiki is currently in beta, with the full release scheduled for Saturday, September 20th 2014

How can you make TiddlyWiki work for you? We recommend you start with our introductory documentation listed below, and then browse the TableOfContents, always available in the Contents tab in the sidebar. Or just follow our simple instructions and try it out for yourself!

Getting started with TiddlyWiki under Node.js

Running TiddlyWiki on Node.js brings several important benefits over and above the single file version:

  • You can edit your content on any suitably compatible HTML5 browser, including smartphones and tablets
  • Individual tiddlers are stored in separate files, which you can organise as you wish
  • The ability to build multiple wikis that blend different combinations of shared and unique content

For more information see:

Working with the TiddlyWiki5 repository

This readme file was automatically generated by TiddlyWiki