From 634ac92ba2cb142e85f90de584e028fd6d32e812 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 11 May 2019 19:48:06 +0100 Subject: [PATCH 1/2] Update splash screen to add new release banner See #3935 --- .../tiddlers/system/$__SplashScreen.tid | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/editions/tw5.com/tiddlers/system/$__SplashScreen.tid b/editions/tw5.com/tiddlers/system/$__SplashScreen.tid index 774fffe9b..7d632140f 100644 --- a/editions/tw5.com/tiddlers/system/$__SplashScreen.tid +++ b/editions/tw5.com/tiddlers/system/$__SplashScreen.tid @@ -21,6 +21,11 @@ type: text/vnd.tiddlywiki fill: <>; } +.tc-splash-text img { + width: 150px; + <> +} + html body.tc-body { background: <>; } @@ -94,24 +99,24 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. } -
-Please wait while {{$:/SiteTitle}} is loading -
-
-
-{{$:/core/images/home-button||$:/core/templates/plain-text-tiddler}} +Please wait while {{$:/SiteTitle}} is loading
- + +
+ + +
+{{$:/core/icon||$:/core/templates/plain-text-tiddler}}
From 409a297a63892a84655e05f93b6917ea0f3f8715 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 18 May 2019 15:55:34 +0100 Subject: [PATCH 2/2] Docs: Fix inaccuracies in "has" filter docs --- editions/tw5.com/tiddlers/filters/has.tid | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/editions/tw5.com/tiddlers/filters/has.tid b/editions/tw5.com/tiddlers/filters/has.tid index c04370944..ed9a536d1 100644 --- a/editions/tw5.com/tiddlers/filters/has.tid +++ b/editions/tw5.com/tiddlers/filters/has.tid @@ -1,14 +1,14 @@ caption: has created: 20140410103123179 -modified: 20151111150117431 +modified: 20190518145446047 op-input: a [[selection of titles|Title Selection]] -op-neg-output: ''without suffix'' or with ''suffix `value`''
» those input tiddlers in which field <<.place F>> does <<.em not>> exist or has an empty value
''suffix `field`''
» those input tiddlers in which field <<.place F>> does <<.em not>> exist -op-output: ''without suffix'' or with ''suffix `value`''
» those input tiddlers in which field <<.place F>> has a non-empty value
''suffix `field`''
» those input tiddlers in which field <<.place F>> exists +op-neg-output: ''without suffix''
» those input tiddlers in which field <<.place F>> does <<.em not>> exist or has an empty value
''suffix `field`''
» those input tiddlers in which field <<.place F>> does <<.em not>> exist +op-output: ''without suffix''
» those input tiddlers in which field <<.place F>> has a non-empty value
''suffix `field`''
» those input tiddlers in which field <<.place F>> exists op-parameter: the name of a [[field|TiddlerFields]] op-parameter-name: F op-purpose: filter the input by field existence -op-suffix: <<.from-version "5.1.14">> optionally, the name of a [[field|TiddlerFields]] -op-suffix-name: F +op-suffix: <<.from-version "5.1.14">> optionally, the keyword `field` +op-suffix-name: S tags: [[Filter Operators]] [[Common Operators]] [[Field Operators]] [[Negatable Operators]] title: has Operator type: text/vnd.tiddlywiki