issues
search
zadjii-msft
/
PowerToys
Windows system utilities to maximize productivity
MIT License
3
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
1 month ago
zadjii-msft
commented
1 month ago
This should be a fairly simple sample.
A command that returns a FormPage
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.
In the extension code, boilerplate for saving and loading that JSON
This should be a fairly simple sample.