diff --git a/editions/tw5.com/tiddlers/samples/SampleJavaScriptTiddler.tid b/editions/tw5.com/tiddlers/samples/SampleJavaScriptTiddler.tid deleted file mode 100644 index e8f57da5e..000000000 --- a/editions/tw5.com/tiddlers/samples/SampleJavaScriptTiddler.tid +++ /dev/null @@ -1,10 +0,0 @@ -title: SampleJavaScriptTiddler -type: application/javascript -tags: demo - -/* -This is an example JavaScript file -*/ -function myFunction(param) { - return param * Math.PI; // Perform a calculation -} diff --git a/editions/tw5.com/tiddlers/samples/SampleJavaScriptTiddlerWithError.tid b/editions/tw5.com/tiddlers/samples/SampleJavaScriptTiddlerWithError.tid deleted file mode 100644 index 423ef3e73..000000000 --- a/editions/tw5.com/tiddlers/samples/SampleJavaScriptTiddlerWithError.tid +++ /dev/null @@ -1,14 +0,0 @@ -title: SampleJavaScriptTiddlerWithError -type: application/javascript -tags: demo - -/* -This is an example JavaScript program that contains an error -*/ -function myFunction(param) { - if(=) { // An error - param = param/17; - } - return param * Math.PI; // Perform a calculation -} - diff --git a/editions/tw5.com/tiddlers/samples/SampleJsonTiddler.tid b/editions/tw5.com/tiddlers/samples/SampleJsonTiddler.tid deleted file mode 100644 index 8f117a241..000000000 --- a/editions/tw5.com/tiddlers/samples/SampleJsonTiddler.tid +++ /dev/null @@ -1,27 +0,0 @@ -title: SampleJsonTiddler -type: application/json -tags: demo - -{ - "glossary": { - "title": "example glossary", - "GlossDiv": { - "title": "S", - "age": 34, - "GlossList": { - "GlossEntry": { - "ID": "SGML", - "SortAs": "SGML", - "GlossTerm": "Standard Generalized Markup Language", - "Acronym": "SGML", - "Abbrev": "ISO 8879:1986", - "GlossDef": { - "para": "A meta-markup language, used to create markup languages such as DocBook.", - "GlossSeeAlso": ["GML", "XML", 23] - }, - "GlossSee": "markup" - } - } - } - } -} \ No newline at end of file diff --git a/readme.md b/readme.md index 08cf9723c..046931690 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,3 @@ -
Welcome to TiddlyWiki, 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.
This is version 5.0.2-prerelease of TiddlyWiki, a major reboot currently in beta (see the detailed ReleaseHistory). There is a RoadMap for moving to the full release. It is a great time to get involved and support the future development of TiddlyWiki.
TiddlyWiki is a free, open source project that depends on your love and support for their survival.
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 is recommended if you plan on forking the TiddlyWiki5 source code. -
This readme file was automatically generated by TiddlyWiki5 +
Welcome to TiddlyWiki, 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.
This is version 5.0.2-prerelease of TiddlyWiki, a major reboot currently in beta (see the detailed ReleaseHistory). There is a RoadMap for moving to the full release. It is a great time to get involved and support the future development of TiddlyWiki.
TiddlyWiki is a free, open source project that depends on your love and support for their survival.
This readme file was automatically generated by TiddlyWiki5
\ No newline at end of file