Skip to content

Configure Message Template for TXT File Export #8

Open
@warrenbuckley

Description

@warrenbuckley

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions