Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easier for users to change settings #56

Open
Almenon opened this issue Nov 25, 2017 · 1 comment
Open

Make it easier for users to change settings #56

Almenon opened this issue Nov 25, 2017 · 1 comment

Comments

@Almenon
Copy link
Owner

Almenon commented Nov 25, 2017

see https://github.com/sindresorhus/electron-store
and https://github.com/nathanbuchar/electron-settings

Provide a GUI for users to be able to edit settings

@Almenon
Copy link
Owner Author

Almenon commented May 7, 2018

There's quicksettings which is really cool but it lacks a key feature: inline descriptions for the settings. You can add a info panel but that's just not quite the same.

I raised an issue on their repo for inline descriptions.

In the meantime what I could do is simply use a simple codemirror instance to let users edit the settings.js file. The only catch would be I would have to validate that they didn't screw up the JSON, but that should be pretty simple to check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant