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

Configure Message Template for TXT File Export #8

Open
warrenbuckley opened this issue Jul 24, 2019 · 0 comments
Open

Configure Message Template for TXT File Export #8

warrenbuckley opened this issue Jul 24, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@warrenbuckley
Copy link
Owner

An improvement could be to have a preferences window/UI where the format of the file export template could be set by the user.

The plumbing in the .NET Core Server/WebAPI already supports taking in a message template, but currently falls back to a standard convention.

So this task involves:

  • New menu option for Preferences
  • Displays a new small window/browser with a view to set/save preferences
  • Use some existing electron JSON file store or similar as the configuration store
    https://github.com/sindresorhus/electron-store
  • Read value from config & bind to an input field
  • Button click/save persists back to JSON file & closes window
  • File -> Export reads value in the JSON file & passes it to WebAPI for export format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant