Hello,
I’ve been trying to use a json data tiddler to store tasks. To this effect, I have an edit-text widget editing a temporary state tiddler, and I want to store the text of that to the data tiddler once I’m done.
I can’t get it to work, however. I’m using the action-setfield widget, and $value should be the text of the tiddler. but no filter works: [[$:/state/Task]+jsonstringify[]] doesn’t work, [{$:/state/task}+jsonstringify[]] doesn’t work, a bunch of other things I tried don’t work.
Is my model of how filters work incorrect, or is the jsonstringify operator itself a bit finicky?