mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Merge branch 'tiddlywiki-com'
This commit is contained in:
commit
b992b79adb
@ -1,14 +1,14 @@
|
|||||||
caption: has
|
caption: has
|
||||||
created: 20140410103123179
|
created: 20140410103123179
|
||||||
modified: 20151111150117431
|
modified: 20190518145446047
|
||||||
op-input: a [[selection of titles|Title Selection]]
|
op-input: a [[selection of titles|Title Selection]]
|
||||||
op-neg-output: ''without suffix'' or with ''suffix `value`''<br>» those input tiddlers in which field <<.place F>> does <<.em not>> exist or has an empty value<br>''suffix `field`''<br>» those input tiddlers in which field <<.place F>> does <<.em not>> exist
|
op-neg-output: ''without suffix''<br>» those input tiddlers in which field <<.place F>> does <<.em not>> exist or has an empty value<br>''suffix `field`''<br>» those input tiddlers in which field <<.place F>> does <<.em not>> exist
|
||||||
op-output: ''without suffix'' or with ''suffix `value`''<br>» those input tiddlers in which field <<.place F>> has a non-empty value<br>''suffix `field`''<br>» those input tiddlers in which field <<.place F>> exists
|
op-output: ''without suffix''<br>» those input tiddlers in which field <<.place F>> has a non-empty value<br>''suffix `field`''<br>» those input tiddlers in which field <<.place F>> exists
|
||||||
op-parameter: the name of a [[field|TiddlerFields]]
|
op-parameter: the name of a [[field|TiddlerFields]]
|
||||||
op-parameter-name: F
|
op-parameter-name: F
|
||||||
op-purpose: filter the input by field existence
|
op-purpose: filter the input by field existence
|
||||||
op-suffix: <<.from-version "5.1.14">> optionally, the name of a [[field|TiddlerFields]]
|
op-suffix: <<.from-version "5.1.14">> optionally, the keyword `field`
|
||||||
op-suffix-name: F
|
op-suffix-name: S
|
||||||
tags: [[Filter Operators]] [[Common Operators]] [[Field Operators]] [[Negatable Operators]]
|
tags: [[Filter Operators]] [[Common Operators]] [[Field Operators]] [[Negatable Operators]]
|
||||||
title: has Operator
|
title: has Operator
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
@ -21,6 +21,11 @@ type: text/vnd.tiddlywiki
|
|||||||
fill: <<colour foreground>>;
|
fill: <<colour foreground>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tc-splash-text img {
|
||||||
|
width: 150px;
|
||||||
|
<<box-shadow "2px 2px 10px rgba(0, 0, 0, 0.5)">>
|
||||||
|
}
|
||||||
|
|
||||||
html body.tc-body {
|
html body.tc-body {
|
||||||
background: <<colour page-background>>;
|
background: <<colour page-background>>;
|
||||||
}
|
}
|
||||||
@ -94,24 +99,24 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="tc-splash-text">
|
|
||||||
Please wait while {{$:/SiteTitle}} is loading
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="tc-splash-spinner">
|
<div class="tc-splash-spinner">
|
||||||
<div class="tc-splash-bounce-1"></div>
|
<div class="tc-splash-bounce-1"></div>
|
||||||
<div class="tc-splash-bounce-2"></div>
|
<div class="tc-splash-bounce-2"></div>
|
||||||
<div class="tc-splash-bounce-3"></div>
|
<div class="tc-splash-bounce-3"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Demonstrating how to embed a wikitext SVG graphic -->
|
|
||||||
<div class="tc-splash-text">
|
<div class="tc-splash-text">
|
||||||
{{$:/core/images/home-button||$:/core/templates/plain-text-tiddler}}
|
Please wait while {{$:/SiteTitle}} is loading
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Demonstrating how to embed a bitmap graphic -->
|
<!-- Demonstrating how to embed a bitmap graphic -->
|
||||||
<div class="tc-splash-text">
|
<div class="tc-splash-text">
|
||||||
<img src="data:image/jpeg;base64,{{Motovun Jack.jpg||$:/core/templates/plain-text-tiddler}}" width="100"/>
|
<img src="data:image/jpeg;base64,{{New Release Banner||$:/core/templates/plain-text-tiddler}}" width="100"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Demonstrating how to embed a wikitext SVG graphic -->
|
||||||
|
<div class="tc-splash-text">
|
||||||
|
{{$:/core/icon||$:/core/templates/plain-text-tiddler}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user