mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-24 02:27:19 +00:00
Fix documentation of is[missing]
This commit is contained in:
parent
629c31eb51
commit
3331f1d85f
@ -1,5 +1,5 @@
|
||||
created: 20140410103123179
|
||||
modified: 20150203185255000
|
||||
modified: 20150210090410000
|
||||
tags: [[Filter Operators]] [[Common Operators]] [[Negatable Operators]]
|
||||
title: is Operator
|
||||
type: text/vnd.tiddlywiki
|
||||
@ -16,7 +16,7 @@ The parameter <<.place C>> is one of the following fundamental categories:
|
||||
|!Category |!Matches any tiddler that... |
|
||||
|^`current` |is the [[current tiddler|CurrentTiddler]] |
|
||||
|^`image` |has an image ContentType |
|
||||
|^`missing` |does not exist (other than possibly as a non-shadow tiddler), regardless of whether there are any links it |
|
||||
|^`missing` |does not exist (other than possibly as a shadow tiddler), regardless of whether there are any links it |
|
||||
|^`orphan` |has no [[hard links|Hard and Soft Links]] to it |
|
||||
|^`shadow` |is a [[shadow tiddler|ShadowTiddlers]], regardless of whether it has been overridden with a non-shadow tiddler |
|
||||
|^`system` |is a [[system tiddler|SystemTiddlers]], i.e. its title starts with `$:/` |
|
||||
|
Loading…
Reference in New Issue
Block a user