Hi! I write a simple macros on https://tiddlywiki.com/
<$vars a=0>
<$list filter="[tag[TableOfContents]]">
<$vars a={{{[add[2]]}}}> <></$vars> <>
</$list>
</$vars>
and I see this
2 HelloThere
2 Learning
2 Working with TiddlyWiki
2 Customise TiddlyWiki
2 Features
2 Languages
2 Editions
2 Plugins
2 Platforms
2 Reference
2 Community
2 About
but I want to see this
2 HelloThere
4 Learning
6 Working with TiddlyWiki
8 Customise TiddlyWiki
10 Features
12 Languages
14 Editions
16 Plugins
18 Platforms
20 Reference
22 Community
24 About
where is my mistake?