From 6555fecbf3f69c99a9bd21523262c7fefac13d31 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 31 Oct 2017 17:25:21 +0000 Subject: [PATCH] Release note updates and other docs tweaks --- editions/prerelease/tiddlers/Release 5.1.15.tid | 7 +++---- editions/tw5.com/tiddlers/$__StoryList.tid | 6 ++++++ .../tiddlers/{ => commands}/RenderCommand.tid | 0 .../tiddlers/{ => commands}/SaveCommand.tid | 0 .../tiddlers/{ => definitions}/Federatial.tid | 0 .../jsonstringify Operator (Examples).tid | 0 .../examples}/lookup Operator (Examples).tid | 0 .../{ => filters}/jsonstringify Operator.tid | 13 +++++++++++++ .../tiddlers/{ => filters}/lookup Operator.tid | 0 .../tiddlers/filters/stringify_Operator.tid | 16 +++++++++++++++- .../GettingStarted - Beaker Browser.tid | 0 .../plugins/External Attachments Plugin.tid | 11 +++++++++++ .../tv-filter-export-link Variable.tid | 0 13 files changed, 48 insertions(+), 5 deletions(-) create mode 100644 editions/tw5.com/tiddlers/$__StoryList.tid rename editions/tw5.com/tiddlers/{ => commands}/RenderCommand.tid (100%) rename editions/tw5.com/tiddlers/{ => commands}/SaveCommand.tid (100%) rename editions/tw5.com/tiddlers/{ => definitions}/Federatial.tid (100%) rename editions/tw5.com/tiddlers/{ => filters/examples}/jsonstringify Operator (Examples).tid (100%) rename editions/tw5.com/tiddlers/{ => filters/examples}/lookup Operator (Examples).tid (100%) rename editions/tw5.com/tiddlers/{ => filters}/jsonstringify Operator.tid (55%) rename editions/tw5.com/tiddlers/{ => filters}/lookup Operator.tid (100%) rename editions/tw5.com/tiddlers/{ => gettingstarted}/GettingStarted - Beaker Browser.tid (100%) create mode 100644 editions/tw5.com/tiddlers/plugins/External Attachments Plugin.tid rename editions/tw5.com/tiddlers/{ => variables}/tv-filter-export-link Variable.tid (100%) diff --git a/editions/prerelease/tiddlers/Release 5.1.15.tid b/editions/prerelease/tiddlers/Release 5.1.15.tid index bfad26501..b41782e55 100644 --- a/editions/prerelease/tiddlers/Release 5.1.15.tid +++ b/editions/prerelease/tiddlers/Release 5.1.15.tid @@ -10,10 +10,7 @@ type: text/vnd.tiddlywiki !! New and Improved Plugins * New [[Amazon Web Services Plugin]] with primitives for running TiddlyWiki in the cloud - -!! Performance Improvements - -* +* New [[External Attachments Plugin]] that allows automatic creation of [[ExternalImages]] for TiddlyDesktop !! Translation Improvements @@ -40,6 +37,7 @@ Another improvement that benefits users of translations is the addition of about * [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/596dfa1d5058e030a318e4a0f23d078500c3d154]] (and [[here|https://github.com/Jermolene/TiddlyWiki5/commit/a4d919f45caae393f99018e0d797980b3667867f]]) the DropzoneWidget and BrowseWidget to allow the deserializer to be manually specified * [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/523280362b529ee73229001a1bcd79272f483908]] new `tc-btn-*` classes to toolbar buttons allowing easier custom styling * [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/8293a77c6e6870960956dcf1501c687d2f88ea3c]] new ''mode'' attribute to the ViewWidget, allowing control over the parsing mode for wikified output formats +* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/d7a6816307f4fd47df29cb8e0343ea39c079a2b0]] new [[jsonstringify Operator]] !! Node.js Improvements @@ -62,6 +60,7 @@ Another improvement that benefits users of translations is the addition of about * [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/0bc325025a61c265dafe7ce8750ea8deed2be51b]] `$tw.boot.boot()` to add a callback parameter * [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/d89010752a8b169a4917bde9a9028ddd871e743d]] navigation handling to pass original event data +* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/518f57f4bbc747c3675260eb3ffde1dc7468c805]] new `th-importing-files` hook ! Contributors diff --git a/editions/tw5.com/tiddlers/$__StoryList.tid b/editions/tw5.com/tiddlers/$__StoryList.tid new file mode 100644 index 000000000..2cd79a993 --- /dev/null +++ b/editions/tw5.com/tiddlers/$__StoryList.tid @@ -0,0 +1,6 @@ +created: 20171031172440015 +list: [[External Attachments Plugin]] [[Railroad Plugin]] HelloThere GettingStarted Community +modified: 20171031172440015 +title: $:/StoryList +type: text/vnd.tiddlywiki + diff --git a/editions/tw5.com/tiddlers/RenderCommand.tid b/editions/tw5.com/tiddlers/commands/RenderCommand.tid similarity index 100% rename from editions/tw5.com/tiddlers/RenderCommand.tid rename to editions/tw5.com/tiddlers/commands/RenderCommand.tid diff --git a/editions/tw5.com/tiddlers/SaveCommand.tid b/editions/tw5.com/tiddlers/commands/SaveCommand.tid similarity index 100% rename from editions/tw5.com/tiddlers/SaveCommand.tid rename to editions/tw5.com/tiddlers/commands/SaveCommand.tid diff --git a/editions/tw5.com/tiddlers/Federatial.tid b/editions/tw5.com/tiddlers/definitions/Federatial.tid similarity index 100% rename from editions/tw5.com/tiddlers/Federatial.tid rename to editions/tw5.com/tiddlers/definitions/Federatial.tid diff --git a/editions/tw5.com/tiddlers/jsonstringify Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/jsonstringify Operator (Examples).tid similarity index 100% rename from editions/tw5.com/tiddlers/jsonstringify Operator (Examples).tid rename to editions/tw5.com/tiddlers/filters/examples/jsonstringify Operator (Examples).tid diff --git a/editions/tw5.com/tiddlers/lookup Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/lookup Operator (Examples).tid similarity index 100% rename from editions/tw5.com/tiddlers/lookup Operator (Examples).tid rename to editions/tw5.com/tiddlers/filters/examples/lookup Operator (Examples).tid diff --git a/editions/tw5.com/tiddlers/jsonstringify Operator.tid b/editions/tw5.com/tiddlers/filters/jsonstringify Operator.tid similarity index 55% rename from editions/tw5.com/tiddlers/jsonstringify Operator.tid rename to editions/tw5.com/tiddlers/filters/jsonstringify Operator.tid index 14ca58c3f..9031b158f 100644 --- a/editions/tw5.com/tiddlers/jsonstringify Operator.tid +++ b/editions/tw5.com/tiddlers/filters/jsonstringify Operator.tid @@ -11,4 +11,17 @@ tags: [[Filter Operators]] [[String Operators]] title: jsonstringify Operator type: text/vnd.tiddlywiki +The following substitutions are made: + +|!Character |!Replacement | +|`\` |`\\` | +|`"` |`\\` | +|`'` |`\\` | +|`\r` (carriage return) |`\\r` | +|`\n` (line feed) |`\\n` | +|Characters from 0x00 to 0x1f |`\\x##` where ## is two hex digits | +|Characters from 0x80 to 0xffff |`\\u####` where #### is four hex digits | + +Also see the [[stringify Operator]]. + <<.operator-examples "jsonstringify">> diff --git a/editions/tw5.com/tiddlers/lookup Operator.tid b/editions/tw5.com/tiddlers/filters/lookup Operator.tid similarity index 100% rename from editions/tw5.com/tiddlers/lookup Operator.tid rename to editions/tw5.com/tiddlers/filters/lookup Operator.tid diff --git a/editions/tw5.com/tiddlers/filters/stringify_Operator.tid b/editions/tw5.com/tiddlers/filters/stringify_Operator.tid index c880dba92..a1ab600ad 100644 --- a/editions/tw5.com/tiddlers/filters/stringify_Operator.tid +++ b/editions/tw5.com/tiddlers/filters/stringify_Operator.tid @@ -1,6 +1,6 @@ caption: stringify created: 20161017153038029 -modified: 20161017153114691 +modified: 20171029155143797 op-input: a [[selection of titles|Title Selection]] op-output: the input with ~JavaScript string encodings applied op-parameter: @@ -11,4 +11,18 @@ title: stringify Operator type: text/vnd.tiddlywiki from-version: 5.1.14 +The following substitutions are made: + +|!Character |!Replacement | +|`\` |`\\` | +|`"` |`\\` | +|`\r` (carriage return) |`\\r` | +|`\n` (line feed) |`\\n` | +|`\x08` (backspace) |`\\b` | +|`\x0c` (form feed) |`\\f` | +|`\t` (tab) |`\\t` | +|Characters from 0x00 to 0x1f and characters from 0x80 to 0xffff |`\\u####` where #### is four hex digits | + +Also see the [[jsonstringify Operator]]. + <<.operator-examples "stringify">> diff --git a/editions/tw5.com/tiddlers/GettingStarted - Beaker Browser.tid b/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Beaker Browser.tid similarity index 100% rename from editions/tw5.com/tiddlers/GettingStarted - Beaker Browser.tid rename to editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Beaker Browser.tid diff --git a/editions/tw5.com/tiddlers/plugins/External Attachments Plugin.tid b/editions/tw5.com/tiddlers/plugins/External Attachments Plugin.tid new file mode 100644 index 000000000..def927043 --- /dev/null +++ b/editions/tw5.com/tiddlers/plugins/External Attachments Plugin.tid @@ -0,0 +1,11 @@ +created: 20171031172325817 +list: +modified: 20171031172440017 +tags: OfficialPlugins [[Plugin Editions]] +title: External Attachments Plugin +type: text/vnd.tiddlywiki + +The External Attachments Plugin provides support for importing tiddlers as external attachments. That means that instead of importing binary files as self-contained tiddlers, they are imported as "skinny" tiddlers that reference the original file via the ''_canonical_uri'' field. This reduces the size of the wiki and thus improves performance. However, it does mean that the wiki is no longer fully self-contained. + +This plugin only works when using TiddlyWiki with platforms such as TiddlyDesktop that support the ''path'' attribute for imported/dragged files. + diff --git a/editions/tw5.com/tiddlers/tv-filter-export-link Variable.tid b/editions/tw5.com/tiddlers/variables/tv-filter-export-link Variable.tid similarity index 100% rename from editions/tw5.com/tiddlers/tv-filter-export-link Variable.tid rename to editions/tw5.com/tiddlers/variables/tv-filter-export-link Variable.tid