ueokande / vim-vixen

Accelerates your web browsing with Vim power!!
https://ueokande.github.io/vim-vixen/
MIT License
2.11k stars 137 forks source link

Save or Load a configuration file from disk #175

Open doyougnu opened 6 years ago

doyougnu commented 6 years ago

I'm opening this issue because:

Description

Allow configuration to be imported or saved to a file. Perhaps I missed this but in its current iteration vim-vixen only allows the changing of its settings in about:addons. This is ripe for being erased on an update of either firefox or vim-vixen. Adding the ability to load a config from a json file or save a config to a json file would be more user friendly

System configuration

ueokande commented 6 years ago

APIs to access to local disk are not provided in WebExtensions. They are still in draft. https://wiki.mozilla.org/WebExtensions/Filesystem

doyougnu commented 6 years ago

Thanks for the prompt response!