1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-13 15:34:22 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/macros/ChangeCountMacro.tid

22 lines
545 B
Plaintext
Raw Normal View History

2013-12-28 17:57:11 +00:00
created: 20131228162825226
modified: 20131228163922307
2014-09-10 22:42:13 +00:00
tags: Macros
2013-12-28 17:57:11 +00:00
title: ChangeCountMacro
type: text/vnd.tiddlywiki
2014-09-10 23:06:19 +00:00
caption: changecount
2013-12-28 17:57:11 +00:00
The changecount macro returns a counter maintained by the TiddlyWiki core that tracks the number of modifications made to each tiddler. The changecount macro always applies to the tiddler named in the [[currentTiddler|WidgetVariable: currentTiddler]] variable.
For example:
```
<<changecount>>
```
Displays as:
<<changecount>>
Note how the changecount increases every time this tiddler is modified.