Hi everyone!
While working on a complex filter in javascript, on a server edition (but not BOB), I see that I have to stop and restart the server for each new version of my filter operator tiddler. This is really poor.
Sometimes ago, there was a topic about automatic reloading of updated files for a node.js server. It was told that it would be quite too much resources hungry and would definitely slow down the server.
But what about adding a functionality of requesting a file reload for any given set of filter (or even only one at a time)? It would be quite enough for my developing need. The functionality could be hosted on the “tools” part of the tiddler’s “information” menu. As well as being callable as a macro of course.
And how can/would you do such a reload?