Firefox - How to enable an HTML file to save itself locally?
I use Firefox to open and edit TiddlyWiki.html files. https://github.com/Jermolene/TiddlyWiki5 These are HTML with a Javascript app packaged together in one file.
They also have this Firefox extension called TiddlyFox that can enable the TiddlyWiki.html file to save itself locally in the file you just opened. It first asks if you want the this ability to be enabled on that particular file and if you click Yes it works.
I was wondering how this behavior is achieved via the Firefox Extension? (ex source code here: https://github.com/TiddlyWiki/TiddlyFox )