You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using this with Weave.jl. Usually PDF readers are able to auto-refresh. But for browsers, due to security, extensions are not allowed to read file://. Currently I need to make a ln blah.html index.html for LiveServer to work.
I think this is already possible if we manually make a filewatcher or something, so maybe just document how to DIY this would be enough.
The text was updated successfully, but these errors were encountered:
using this with
Weave.jl
. Usually PDF readers are able to auto-refresh. But for browsers, due to security, extensions are not allowed to readfile://
. Currently I need to make aln blah.html index.html
for LiveServer to work.I think this is already possible if we manually make a
filewatcher
or something, so maybe just document how to DIY this would be enough.The text was updated successfully, but these errors were encountered: