title: $:/core/ui/Buttons/timestamp tags: $:/tags/PageControls caption: {{$:/core/images/timestamp-on}} {{$:/language/Buttons/Timestamp/Caption}} description: {{$:/language/Buttons/Timestamp/Hint}} \whitespace trim <$reveal type="nomatch" state="$:/config/TimestampDisable" text="yes"> <$button tooltip={{$:/language/Buttons/Timestamp/On/Hint}} aria-label={{$:/language/Buttons/Timestamp/On/Caption}} class=<>> <$action-setfield $tiddler="$:/config/TimestampDisable" $value="yes"/> <%if [match[yes]] %> {{$:/core/images/timestamp-on}} <%endif%> <%if [match[yes]] %> <$text text={{$:/language/Buttons/Timestamp/On/Caption}}/> <%endif%> <$reveal type="match" state="$:/config/TimestampDisable" text="yes"> <$button tooltip={{$:/language/Buttons/Timestamp/Off/Hint}} aria-label={{$:/language/Buttons/Timestamp/Off/Caption}} class=<>> <$action-setfield $tiddler="$:/config/TimestampDisable" $value="no"/> <%if [match[yes]] %> {{$:/core/images/timestamp-off}} <%endif%> <%if [match[yes]] %> <$text text={{$:/language/Buttons/Timestamp/Off/Caption}}/> <%endif%>