live-reload icon indicating copy to clipboard operation
live-reload copied to clipboard

Monitor the local file system instead of urls (await browser support)

Open ActualBest opened this issue 3 years ago • 3 comments

I know this issue already exists, but it's locked, so...

In chrome://extensions, there is a toggle for allowing extensions access to file:/// urls. image Is it possible to let the extension try to access the file:/// urls?

ActualBest avatar May 31 '21 16:05 ActualBest

I believe as a user you'd have to select files or a directory using a "Browse..."-like interface.

This is a very different approach than the file name pattern approach currently used. file:// uris would require a different UI to define reload rules. So don't expect anything on the short term.

If browsers (Firefox and Chrome) start allowing file system access to web extensions using the permission system instead of a browser setting, I will rewrite the plugin to use that.

blaise-io avatar May 31 '21 17:05 blaise-io

Ok, makes sense, thanks for replying :)

ActualBest avatar May 31 '21 17:05 ActualBest

qrcode_raw githubusercontent com

my86upNW avatar Apr 04 '24 08:04 my86upNW