-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Settings/Preferences config file #93
Comments
Implemented in #98. In the process I decided for now to:
we can create separate issues to discuss those... |
add a way to load a
settings.yaml
file if one is found in the data directory (use the dataDir function).Format should be expandable to contain settings for:
pandoc
executable (probably with file-open dialog, which we can use for app sandboxing with security-scoped bookmarks)autoUpdateApp: boolean
// default is trueso maybe a good format for the
settings.yaml
would be something like:We can later add a GUI to edit that file, as well as edit the default CSS and YAML files.
Let's learn from https://code.visualstudio.com/docs/getstarted/settings
The text was updated successfully, but these errors were encountered: