Is there a way to refresh all open tiddlers without refreshing the wiki as a whole?
Use case is that I use TW for project management, and often have a number of tiddlers open. Many of them show stats around either the current date, number of dates from current date to due date, etc. When I come back to the computer the next day, obviously all of those dates / duration values are wrong, and so they need to be refreshed/recalculated.
I can obviously to a full save and browser refresh, though I lose my story, and sometimes I don't actually *want* to save it. Sometimes I'm finding instead that I open each in edit view and then discard changes which fixes it. Just wondering if there's another way to accomplish this. I guess programmatically flipping through each tiddler in StoryList and sending edit-mode/read-mode messages?