created: 20131228162825226 modified: 20131228163922307 tags: Macros title: ChangeCountMacro type: text/vnd.tiddlywiki caption: changecount 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 variable. For example: ``` <> ``` Displays as: <> Note how the changecount increases every time this tiddler is modified.