• Stars
    star
    7,480
  • Rank 4,919 (Top 0.1 %)
  • Language
    JavaScript
  • License
    Other
  • Created over 12 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.

Welcome to TiddlyWiki, a non-linear personal web notebook that anyone can use and keep forever, independently of any corporation.

TiddlyWiki is 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.

Learn more and see it in action at https://tiddlywiki.com/

Developer documentation is in progress at https://tiddlywiki.com/dev/

Join the Community

Official Forums

The new official forum for talking about TiddlyWiki: requests for help, announcements of new releases and plugins, debating new features, or just sharing experiences. You can participate via the associated website, or subscribe via email.

https://talk.tiddlywiki.org/

Note that talk.tiddlywiki.org is a community run service that we host and maintain ourselves. The modest running costs are covered by community contributions.

For the convenience of existing users, we also continue to operate the original TiddlyWiki group (hosted on Google Groups since 2005):

https://groups.google.com/group/TiddlyWiki

Developer Forums

There are several resources for developers to learn more about TiddlyWiki and to discuss and contribute to its development.

Other Forums

Documentation

There is also a discussion group specifically for discussing TiddlyWiki documentation improvement initiatives: https://groups.google.com/group/tiddlywikidocs

Installing TiddlyWiki on Node.js

  1. Install Node.js
    • Linux:
      Debian/Ubuntu:
      apt install nodejs
      May need to be followed up by:
      apt install npm
      Arch Linux
      yay -S tiddlywiki
      (installs node and tiddlywiki)
    • Mac
      brew install node
    • Android
    • Other
  2. Open a command line terminal and type:
    npm install -g tiddlywiki
    If it fails with an error you may need to re-run the command as an administrator:
    sudo npm install -g tiddlywiki (Mac/Linux)
  3. Ensure TiddlyWiki is installed by typing:
    tiddlywiki --version
    • In response, you should see TiddlyWiki report its current version (eg "5.3.0". You may also see other debugging information reported.)
  4. Try it out:
    1. tiddlywiki mynewwiki --init server to create a folder for a new wiki that includes server-related components
    2. tiddlywiki mynewwiki --listen to start TiddlyWiki
    3. Visit http://127.0.0.1:8080/ in your browser
    4. Try editing and creating tiddlers
  5. Optionally, make an offline copy:
    • click the save changes button in the sidebar, OR
    • tiddlywiki mynewwiki --build index

The -g flag causes TiddlyWiki to be installed globally. Without it, TiddlyWiki will only be available in the directory where you installed it.

If you are using Debian or Debian-based Linux and you are receiving a node: command not found error though node.js package is installed, you may need to create a symbolic link between nodejs and node. Consult your distro's manual and whereis to correctly create a link. See github issue 1434.

Example Debian v8.0: sudo ln -s /usr/bin/nodejs /usr/bin/node


You can also install prior versions like this:
npm install -g [email protected]

Using TiddlyWiki on Node.js

TiddlyWiki5 includes a set of commands for use on the command line to perform an extensive set of operations based on TiddlyWikiFolders, TiddlerFiles.

For example, the following command loads the tiddlers from a TiddlyWiki HTML file and then saves one of them in static HTML:

tiddlywiki --verbose --load mywiki.html --rendertiddler ReadMe ./readme.html

Running tiddlywiki from the command line boots the TiddlyWiki 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.

New in: 5.1.20 First, there can be zero or more plugin references identified by the prefix + for plugin names or ++ for a path to a plugin folder. These plugins are loaded in addition to any specified in the TiddlyWikiFolder.

The next argument is the optional path to the TiddlyWikiFolder to be loaded. If not present, then the current directory is used.

The commands and their individual arguments follow, each command being identified by the prefix --.

tiddlywiki [+<pluginname> | ++<pluginpath>] [<wikipath>] [--<command> [<arg>[,<arg>]]]

For example:

tiddlywiki --version
tiddlywiki +plugins/tiddlywiki/filesystem +plugins/tiddlywiki/tiddlyweb mywiki --listen
tiddlywiki ++./mygreatplugin mywiki --listen

New in: 5.1.18 Commands such as the ListenCommand that support large numbers of parameters can use NamedCommandParameters to make things less unwieldy. For example:

tiddlywiki wikipath --listen username=jeremy port=8090

See Commands for a full listing of the available commands.

Upgrading TiddlyWiki on Node.js

If you've installed TiddlyWiki on Node.js on the usual way, when a new version is released you can upgrade it with this command:

npm update -g tiddlywiki

On Mac or Linux you'll need to add sudo like this:

sudo npm update -g tiddlywiki

Also see

This readme file was automatically generated by TiddlyWiki

More Repositories

1

TiddlyWiki-in-the-Sky

TiddlyWiki in the Sky is a service for accessing TiddlyWiki documents stored in your Dropbox from any browser. Try it out at http://dropbox.tiddlywiki.com/
37
star
2

tiddlywiki-on-fission

TiddlyWiki Application for Fission
JavaScript
32
star
3

TiddlyWiki5.2010.alpha

An obsolete alpha for TiddlyWiki5
JavaScript
25
star
4

sonic-pi-for-tiddlywiki

Jamming Sonic Pi with TiddlyWiki
JavaScript
19
star
5

TiddlyWiki5DemoApp

An example node.js application that incorporates TiddlyWiki5 as a library
JavaScript
9
star
6

lenticulator

Print and fold lenticular pictures that change as the observer moves
JavaScript
9
star
7

FileSavingDemo

Experimental standards-compliant file saving for TiddlyWiki
8
star
8

mbox-to-tiddlers

A utility to convert mbox files into tiddlers
JavaScript
8
star
9

jermolene.github.io

GitHub Pages repository for tiddlywiki.com
HTML
6
star
10

TiddlyWiki5SamplePlugin

A Sample Plugin for TiddlyWiki5
JavaScript
5
star
11

build.jermolene.github.io

Build and release tools for updating tiddlywiki.com
5
star
12

tiddlywiki-performance-test-rig

TiddlyWiki 5 Performance Test Rig
JavaScript
4
star
13

TalkyTalky

Materials for talking about TiddlyWiki
Shell
3
star
14

old.jermolene.github.com

Static content for jermolene.github.com
CSS
2
star
15

TiddlyWiki5NodeWebkit

Experimental demo app that runs the full Node.js configuration of TiddlyWiki under node-webkit
CSS
2
star
16

tiddlywiki-eu-meetup-2016

Website for the TiddlyWiki European Meetup 2016
JavaScript
2
star
17

tiddlywiki-for-glitch

TiddlyWiki 5 configured for use with glitch.com
2
star
18

TiddlyWiki5DecryptDemo

An app demonstrating how to extract tiddlers from an encrypted TiddlyWiki file
JavaScript
2
star
19

tiddlyspace-migration

Tools for migrating data from http://tiddlyspace.com/
HTML
2
star
20

csv2tiddlers

A quick hack to convert CSV files to JSON for TiddlyWiki
JavaScript
2
star
21

tauri-test

A test app for figuring out tauri.app
HTML
1
star