Automatically reflect server-side file changes in md editor #1034
|
I've got a script running server-side that reads any file that is changed in a particular folder, and if certain situations are met, writes some of it's own changes to the file as well. Copyparty (very helpfully) notifies the user with a Big Error Message when this happens. Which is the correct behaviour 100% of the time. Is there any way to turn this off? Automatically have the file update-in-place? |
Replies: 1 comment
|
it can be turned off with global-option there is currently no way to autoreload the page if a document is changed serverside but this could probably be added as an option , just not sure yet where to put it in the UI (since it should definitely be possible to override the default if the visitor does not want this) |
it can be turned off with global-option
mcr: 0(markdown check rate, in number of seconds between each check, or 0 to disable)there is currently no way to autoreload the page if a document is changed serverside but this could probably be added as an option , just not sure yet where to put it in the UI (since it should definitely be possible to override the default if the visitor does not want this)