Hey, I've been trying to figure this out, but not getting anywhere.
How do I reference an item from a data dictionary tiddler, using the value of a field as the index?
(unsurprisingly) this doesn't work:
{{data-tiddler##{{!!field-name}}}}
because the curlybrackets don't nest like that. Ive also tried:
{{data-tiddler##!!field-name}}
Which is also incorrect.
I've been unable to find an alternate way to reference the data tiddler index, which would let me use the {{!!field-name}}, without nesting curly brackets. Is there a way to do this?
Thanks!