zadjii-msft / PowerToys

Windows system utilities to maximize productivity
MIT License
2 stars 2 forks source link

Create a sample for how to use a form to store the settings for an extension #102

Open zadjii-msft opened 4 days ago

zadjii-msft commented 4 days ago

This should be a fairly simple sample.

  1. A command that returns a FormPage
  2. That FormPage is a settings template, and the Data JSON has various settings fields
    • we should make sure to include a couple examples for text, checkboxes, etc, etc.
  3. In the extension code, boilerplate for saving and loading that JSON