A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
Go to file
Jermolene ba7422b407 Version number update for 5.0.18-beta 2014-09-17 22:20:43 +01:00
bin Release note update 2014-09-17 22:07:48 +01:00
boot Add support for markdown file extensions 2014-09-16 20:06:23 +01:00
core Stop classifying digits as lower case letters in wikilinks 2014-09-17 12:55:39 +01:00
editions Update modified times for new release 2014-09-17 22:12:22 +01:00
languages Drop the count column from the tag manager 2014-09-16 13:14:06 +01:00
licenses Update cla-individual.md 2014-09-14 22:03:12 +08:00
plugins/tiddlywiki corrected class name 2014-09-16 16:03:00 +02: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.18-beta 2014-09-17 22:20:43 +01:00
readme.md Docs update 2014-09-17 19:49:24 +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, customise however you wish, and use to take / organise / 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 organise and retrieve your notes in ways that conform to your personal thought patterns, rather than feel chained to one preset organisational 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