Closed rugk closed 5 years ago
I don't want to have to write and maintain a bunch of custom form code. "need" is a function of how much time is available all the other things you want to do :)
Hmm, I've made https://github.com/TinyWebEx/AutomaticSettings for this, specifically for web extensions. (I admit it currently misses the documentation totally, but you can the usage in https://github.com/rugk/offline-qr-code/blob/master/src/options/options.html)
I love the idea of this! Yes, needs documentation though :D
On Thu, Nov 29, 2018 at 4:01 PM rugk notifications@github.com wrote:
Hmm, I've made https://github.com/TinyWebEx/AutomaticSettings for this, specifically for web extensions. (I admit it currently misses the documentation totally, but you can the usage in https://github.com/rugk/offline-qr-code/blob/master/src/options/options.html )
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/autonome/Dormancy/issues/24#issuecomment-442825415, or mute the thread https://github.com/notifications/unsubscribe-auth/AADDt2zYMQGJy8zR1vSzvUtLc9-oD_tGks5uz9qzgaJpZM4VlBEO .
Yeah, help is always appreciated… :laughing:
Basically the idea is that it is a "HTML-only" thing. You can totally use it without custom JS, but just HTML. And it's not so bloated… :smile:
You include the lib https://github.com/dataarts/dat.gui here. But given the minimalistic GUI you have here, I doubt yoiu need that…