From https://tiddlywiki.com/#RevealWidget :
- ype=lt: the content is displayed if the state tiddler contains an integer with a value less than the text attribute value
- type=gt: the content is displayed if the state tiddler contains an integer with a value greater than the text attribute value
- type=lteq: the content is displayed if the state tiddler contains an integer with a value less than or equal to the text attribute value
- type=gteq: the content is displayed if the state tiddler contains an integer with a value greater than or equal to the text attribute value
From negative numbers in RevealWidget comparison not … mathematically accurate?:
The issue here is that the reveal widget only performs string comparisons, and doesn’t understand numbers at all.
Good idea to change that documentation.