If you search TiddlyWiki.com for “hashmap” you will receive a list of tiddlers, mostly WidgeMessages that mention a hashmap. Often in relationship to the parameter paramObject - Optional hashmap of additional tiddler fields.
- There is a hint this is a json string of some kind.
- I suspect someone writing core and JavaScript plugins may know this or it has a particular meaning, opaque and undocumented for most users.
- There is a little more info in https://tiddlywiki.com/dev/
It seems to me to be able to generate and use a hashmap, may prove useful to some designers and perhaps more so now we have more JSON handling features, custom widgets and more.
If you understand this and can share some more details I would like to explore this, and possibly update the documentation.
- I am interested primarily as it relates to TiddlyWiki Script, not writing JavaScript and perhaps, making use of the paramObject parameter
Perhaps “I am fishing a little here for possibilities” but one use case may be, being able to generate, store and apply, a combination of fieldnames and values for application creating new tiddlers, cloning or “synchronising” fields between two tiddlers.