From 968d44e4beac9a2517bdbe51209fe078dd9bf0e6 Mon Sep 17 00:00:00 2001 From: buggyj Date: Mon, 24 Mar 2014 11:31:28 +0530 Subject: [PATCH 1/2] added missing text/html type --- core/language/en-GB/Types/text_html.tid | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 core/language/en-GB/Types/text_html.tid diff --git a/core/language/en-GB/Types/text_html.tid b/core/language/en-GB/Types/text_html.tid new file mode 100644 index 000000000..d71b753d9 --- /dev/null +++ b/core/language/en-GB/Types/text_html.tid @@ -0,0 +1,3 @@ +title: $:/language/Docs/Types/text/html +description: HTML markup +name: text/html From 5c3c6cd7c09353bf7472b52a0395e0ee8e7f0590 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 26 Mar 2014 21:57:13 +0000 Subject: [PATCH 2/2] Fix various typos --- editions/tw5.com/tiddlers/concepts/TiddlerFields.tid | 2 +- .../tiddlers/dev/Scripts for TiddlyWiki on Node.js.tid | 6 ++++-- editions/tw5.com/tiddlers/talkytalky/TalkyTalky.tid | 10 +++++----- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid b/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid index 47f430620..5cb0b96d8 100644 --- a/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid +++ b/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid @@ -40,4 +40,4 @@ The TiddlyWebAdaptor uses a few more fields: |`bag` |BagField |{{$:/docs/fields/bag}} | |`revision` |RevisionField |{{$:/docs/fields/revision}} | -See the ''Internals'' tab of the [[control panel|$:/ControlPanel]] for details of the fields used in this wiki. +See the ''Advanced > TiddlerFields'' tab of the [[control panel|$:/ControlPanel]] for details of the fields used in this wiki. diff --git a/editions/tw5.com/tiddlers/dev/Scripts for TiddlyWiki on Node.js.tid b/editions/tw5.com/tiddlers/dev/Scripts for TiddlyWiki on Node.js.tid index aaf06debb..9ec4fe41f 100644 --- a/editions/tw5.com/tiddlers/dev/Scripts for TiddlyWiki on Node.js.tid +++ b/editions/tw5.com/tiddlers/dev/Scripts for TiddlyWiki on Node.js.tid @@ -16,8 +16,10 @@ By default, files are output to a folder called `jermolene.github.com`, sibling ``` /TiddlyWork/ - Directory for working with TiddlyWiki5 - /TiddlyWiki5/ - Directory containing the TiddlyWiki5 repo from GitHub - /jermolene.github.com/ - Directory for output files + | + +--+-- /TiddlyWiki5/ - Directory containing the TiddlyWiki5 repo from GitHub + | + +-- /jermolene.github.com/ - Directory for output files ``` You can override the build output directory by defining the environment variable `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`. diff --git a/editions/tw5.com/tiddlers/talkytalky/TalkyTalky.tid b/editions/tw5.com/tiddlers/talkytalky/TalkyTalky.tid index 02a0d2463..de49bcbfa 100644 --- a/editions/tw5.com/tiddlers/talkytalky/TalkyTalky.tid +++ b/editions/tw5.com/tiddlers/talkytalky/TalkyTalky.tid @@ -4,7 +4,7 @@ tags: talkytalky title: TalkyTalky @@text-align:center; -! http://five.tiddlywiki.com/ +! http://tiddlywiki.com/ ! Jeremy Ruston @@ -19,10 +19,10 @@ Why is TiddlyWiki different? It frees you from the monopoly platforms of the web Store your tiddlers in a single HTML file along with the JS -# Open http://five.tiddlywiki.com/ +# Open http://tiddlywiki.com/ # Show reading experience, search and tags # Responsive response to phone and tablet -# Open http://five.tiddlywiki.com/empty.html in Chrome Canary +# Open http://tiddlywiki.com/empty.html in Chrome Canary # Create tiddlers, show links, missing, orphans, tags, tagging, references # Use missing tiddlers to find a typo # Show shadow tiddlers and system tiddlers @@ -48,9 +48,9 @@ Store your tiddlers in a single HTML file along with the JS Store your tiddlers in separate files in a chain of linked directories. # Run `./bld.sh` -# Open http://five.tiddlywiki.com/static.html +# Open http://tiddlywiki.com/static.html #* Click links to show individual tiddlers -# Open http://five.tiddlywiki.com/test.html +# Open http://tiddlywiki.com/test.html # Start `./serve.sh UserName` # Open http://0.0.0.0:8080/ # Open network console