From af8c4354875928be5f9d89d64858b6c457b6ed4e Mon Sep 17 00:00:00 2001
From: Jermolene The TiddlyWiki5 repository contains several scripts that are used to build and deploy TiddlyWiki ( All the scripts expect to be run from the root folder of the repository. This script builds several variants of TiddlyWiki5 for deployment on tiddlywiki.com. By default, files are output to a folder called The TiddlyWiki5 repository contains several scripts in the All the scripts expect to be run from the root folder of the repository. This script builds several variants of TiddlyWiki5 for deployment on tiddlywiki.com. By default, files are output to a folder called You can override the build output directory by defining the environment variable The files output by Or: This script starts TiddlyWiki5 running as an HTTP server with the content from the To experiment with this configuration, run the script and then visit Changes made in the browser propagate to the server over HTTP (use the browser developer console to see these requests). The server then syncs changes to the file system (and logs each change to the screen). This script runs the Or: This script serves the This script builds and deploys the code for TiddlyWiki in the Sky for TiddlyWeb. If you want to experiment with your own builds of TiddlyWiki5 for TiddlyWeb you could use this batch file as a base. This script builds TiddlyWiki 2.6.5 from the original source and then displays the differences between them ( These scripts are concerned with releasing a new version of TiddlyWiki. See Releasing a new version of TiddlyWiki5.
+ +-- /jermolene.github.com/ - Directory for output files You can override the build output directory by defining the environment variable The files output by Or: This script starts TiddlyWiki5 running as an HTTP server with the content from the To experiment with this configuration, run the script and then visit Changes made in the browser propagate to the server over HTTP (use the browser developer console to see these requests). The server then syncs changes to the file system (and logs each change to the screen). This script runs the Or: This script serves the This script builds and deploys the code for TiddlyWiki in the Sky for TiddlyWeb. If you want to experiment with your own builds of TiddlyWiki5 for TiddlyWeb you could use this batch file as a base. This script builds TiddlyWiki 2.6.5 from the original source and then displays the differences between them ( These scripts are concerned with releasing a new version of TiddlyWiki. See Releasing a new version of TiddlyWiki5.
TiddlyWiki5 welcomes contributions to its code and documentation via GitHub. Please take a moment to read these notes to help make the process as smooth as possible. Code contributions should follow the TiddlyWiki Coding Style Guidelines. See ReportingBugs for information about how TiddlyWiki handles bug reports. Like other OpenSource projects, TiddlyWiki5 needs a signed contributor license agreement from individual contributors. This is a legal agreement that allows contributors to assert that they own the copyright of their contribution, and that they agree to license it to the UnaMesa Association (the legal entity that owns TiddlyWiki on behalf of the community). This is a first pass at a CLA for TiddlyWiki. Please let us know if we missed something important. If we do have to make essential changes to the CLA, there is a possibility that all contributors will need to sign it again Create a GitHub pull request to add your name to eg: Thank you! The CLA documents used for this project were created using Harmony Project Templates. "HA-CLA-I-LIST Version 1.0" for "CLA-individual" and "HA-CLA-E-LIST Version 1.0" for "CLA-entity"
+ We welcome contributions to the code and documentation of TiddlyWiki in several ways: There are other ways to help TiddlyWiki too. Like other OpenSource projects, TiddlyWiki5 needs a signed contributor license agreement from individual contributors. This is a legal agreement that allows contributors to assert that they own the copyright of their contribution, and that they agree to license it to the UnaMesa Association (the legal entity that owns TiddlyWiki on behalf of the community). Create a GitHub pull request to add your name to eg: The CLA documents used for this project were created using Harmony Project Templates. "HA-CLA-I-LIST Version 1.0" for "CLA-individual" and "HA-CLA-E-LIST Version 1.0" for "CLA-entity".
This file was automatically generated by TiddlyWiki5
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 in a "non-linear" way, using tags, hyperlinks, and many 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 pre-set 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 treats each of your notes as a separate file and accesses them through a central hub. How can you make TiddlyWiki work for you? We recommend you start with our introductory documentation, listed below, then browse the TableOfContents, always available in the Contents tab in the sidebar. Or just download an empty TiddlyWiki now and try it out for yourself! Running TiddlyWiki on Node.js brings several important benefits over and above the single file version: If it fails with an error you may need to re-run the command as an administrator: The A slightly different method for installation is recommended if you plan on forking the source code in order to study it or contribute to it. See Working with the TiddlyWiki5 repository.
- TiddlyWiki5 can be used on the command line to perform an extensive set of operations based on TiddlyWikiFolders, TiddlerFiles and TiddlyWikiFiles. For example, the following command loads the tiddlers from a TiddlyWiki HTML file and then saves one of them in static HTML: Running The first 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 The available commands are:Script Files
.sh
for *nix and .cmd
for Windows). They can serve as a useful starting point for your own scripts.bld
: builds tw5.comjermolene.github.com
, sibling to the TiddlyWiki5 repo directory. For example:/TiddlyWork/ - Directory for working with TiddlyWiki5
+
Script Files
bin
folder that are used to build and deploy TiddlyWiki (.sh
for *nix and .cmd
for Windows). They can serve as a useful starting point for your own scripts.bld
: builds tw5.comjermolene.github.com
, sibling to the TiddlyWiki5 repo directory. For example:/TiddlyWork/ - Directory for working with TiddlyWiki5
|
+--+-- /TiddlyWiki5/ - Directory containing the TiddlyWiki5 repo from GitHub
|
- +-- /jermolene.github.com/ - Directory for output files
TW5_BUILD_OUTPUT
. The easiest way to do this is to create a personal batch file to invoke TiddlyWiki5 that first sets the environment variable and then invokes bld
.bld
are:readme.md
main readme file, output to the TiddlyWiki5 directoryindex.html
TiddlyWiki5 standalone HTML file with content from the tw5.com
editionempty.html
TiddlyWiki5 standalone HTML file with no contentencrypted.html
TiddlyWiki5 standalone HTML file encrypted with the password password
test.html
TiddlyWiki5 browser-based test suite (see TestingMechanism)static.html
static HTML version of the DefaultTiddlers of the tw5.com
editionstatic/*.html
and static/static.css
static HTML versions of individual tiddlersbld
also runs the TiddlyWiki5 Node.js-based test suite (see TestingMechanism)serve
: serves tw5.comserve.sh <username> [<password>]
serve.cmd <username> [<password>]
tw5.com-server
edition. By default, the Node.js serves on port 8080. If the optional username
parameter is provided, it is used for signing edits. If the password
is provided then HTTP basic authentication is used.http://127.0.0.1:8080
in a browser.test
: build and run teststest
edition of TiddlyWiki on the server to perform the server-side tests and to build test.html
for running the tests in the browser.lazy
: serves tw5.com with lazily loaded imageslazy.sh <username> [<password>]
lazy.cmd <username> [<password>]
tw5.com-server
edition content with LazyLoading applied to images.wbld
: builds TiddlyWiki for TiddlyWeb2bld
: builds TiddlyWiki 2.6.5diff
is used for *nix, fc
for Windows).deploy
& verbump
: deploy TiddlyWiki and bump the TiddlyWiki version numberTW5_BUILD_OUTPUT
. The easiest way to do this is to create a personal batch file to invoke TiddlyWiki5 that first sets the environment variable and then invokes bld
.bld
are:readme.md
main readme file, output to the TiddlyWiki5 directoryindex.html
TiddlyWiki5 standalone HTML file with content from the tw5.com
editionempty.html
TiddlyWiki5 standalone HTML file with no contentencrypted.html
TiddlyWiki5 standalone HTML file encrypted with the password password
test.html
TiddlyWiki5 browser-based test suite (see TestingMechanism)static.html
static HTML version of the DefaultTiddlers of the tw5.com
editionstatic/*.html
and static/static.css
static HTML versions of individual tiddlersbld
also runs the TiddlyWiki5 Node.js-based test suite (see TestingMechanism)serve
: serves tw5.com./bin/serve.sh <username> [<password>]
./bin/serve.cmd <username> [<password>]
tw5.com-server
edition. By default, the Node.js serves on port 8080. If the optional username
parameter is provided, it is used for signing edits. If the password
is provided then HTTP basic authentication is used.http://127.0.0.1:8080
in a browser.test
: build and run teststest
edition of TiddlyWiki on the server to perform the server-side tests and to build test.html
for running the tests in the browser.lazy
: serves tw5.com with lazily loaded images./bin/lazy.sh <username> [<password>]
./bin/lazy.cmd <username> [<password>]
tw5.com-server
edition content with LazyLoading applied to images.wbld
: builds TiddlyWiki for TiddlyWeb2bld
: builds TiddlyWiki 2.6.5diff
is used for *nix, fc
for Windows).deploy
& verbump
: deploy TiddlyWiki and bump the TiddlyWiki version numberContributing to TiddlyWiki5
Coding Style
GitHub Issues
Contributor License Agreement
How to sign the CLA
cla-individual.md
or cla-entity.md
, with the date in the format (YYYY/MM/DD).Jeremy Ruston, @Jermolene, 2011/11/22
Attribution
Contributing to TiddlyWiki5
Contributor License Agreement
How to sign the CLA
cla-individual.md
or cla-entity.md
, with the date in the format (YYYY/MM/DD).Jeremy Ruston, @Jermolene, 2011/11/22
Welcome to TiddlyWiki
Getting started with TiddlyWiki under Node.js
Installation
npm install -g tiddlywiki
npm install -g tiddlywiki
(Windows)sudo npm install -g tiddlywiki
(Mac/Linux)tiddlywiki --version
5.0.8-beta
; you may also see other debugging information reported)tiddlywiki mynewwiki --init server
to create a folder for a new wiki that includes server-related componentstiddlywiki mynewwiki --server
to start TiddlyWiki-g
flag causes TiddlyWiki to be installed globally. Without it, TiddlyWiki will only be available in the directory where you installed it.Usage
tiddlywiki --verbose --load mywiki.html --rendertiddler ReadMe ./readme.html
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.--
.tiddlywiki [<wikipath>] [--<command> [<arg>[,<arg>]]]
See also:
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
Mario Pietsch has created a short video tutorial on working with the TiddlyWiki5 GitHub repository.
If you plan on working with the TiddlyWiki5 source code then follow these steps:
npm link
(Windows) or sudo npm link
(Mac/Linux) to tell npm to use this copy of the repo as the globally installed oneAfter this procedure you can work with TiddlyWiki5 via npm as though it were installed in the usual way with npm install -g tiddlywiki
.
See also Scripts for TiddlyWiki on Node.js.
This readme file was automatically generated by 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 in a "non-linear" way, using tags, hyperlinks, and many 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 pre-set 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 treats each of your notes as a separate file and accesses them through a central hub.
How can you make TiddlyWiki work for you? We recommend you start with our introductory documentation, listed below, 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!
Running TiddlyWiki on Node.js brings several important benefits over and above the single file version:
npm install -g tiddlywiki
If it fails with an error you may need to re-run the command as an administrator:
npm install -g tiddlywiki
(Windows)
sudo npm install -g tiddlywiki
(Mac/Linux)
tiddlywiki --version
5.0.8-beta
; you may also see other debugging information reported)tiddlywiki mynewwiki --init server
to create a folder for a new wiki that includes server-related componentstiddlywiki mynewwiki --server
to start TiddlyWikiThe -g
flag causes TiddlyWiki to be installed globally. Without it, TiddlyWiki will only be available in the directory where you installed it.
A slightly different method for installation is recommended if you plan on forking the source code in order to study it or contribute to it. See Working with the TiddlyWiki5 repository. +
TiddlyWiki5 can be used on the command line to perform an extensive set of operations based on TiddlyWikiFolders, TiddlerFiles and TiddlyWikiFiles.
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.
The first 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 [<wikipath>] [--<command> [<arg>[,<arg>]]]
The available commands are:
See also:
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
This readme file was automatically generated by TiddlyWiki
\ No newline at end of file