There are cases, I need arrays in Tiddlywiki!
A simple example: In a list I want to display each entry with a dedicated color, so when I iterate on a list items I need to read colors from an array like color(1), color(n)
I know I can add a field to each tiddler and set colors or use a data dictionary with 1:red, 2:yellow, …
But I am looking for a dynamic way as I can use in scripts!
What do you suggest?
Ref: JavaScript Arrays