This is mostly a server side problem, not something a normal widget can do, so this answer may not be very useful to you if you are hoping to make it work in a single file wiki.
If you have the text file in question locally than you could, possibly with some bash scripting, display the text file as a tiddler and get automatic refreshes that way. If you can't make the text file a tiddler than the bash script would periodically read the text file, give it the appropriate header to make it a tiddler and then overwrite the existing tiddler for the text to make it update in the browser. Bob would be able to work with that, I am not sure how the normal node server handles changes on the file system anymore, I think it may check every minute or so. If the text file is remote than you may still be able to do it, but it would take a more complex bash script or possibly some node or python to fetch the text file. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/0771978f-6726-4d9a-868f-2c10b2cf9d75%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

