-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Store Zones in a JSon file #368
Comments
In progress... |
Moving to milestone 0.16 since 0.15 is a milestone to improve stability and this change has a high impact that will require extensive testing. |
Are there any update to this issue? I've noticed that my zones aren't behaving as expected (adding margins when I specified none). I'll search for an existing issue on that, but I would prefer to edit zones without needing to edit registry settings. Here are some other issues with the current registry implementation:
Please consider addressing the issues above as part of the move from registry to .json. Thanks! |
Hi @jbienzms |
Hi @jbienzms, |
Fix available in v0.15.1 https://github.com/microsoft/PowerToys/releases |
For anyone looking for the location of this settings file (I only found it by looking through
|
How do I change it? Did you manual calculations to make this work? |
Editing the file works for me (also have obverlapping zones). |
Adds support for rendering tags in Details metadata. As an example, adds tags to winget packages. Closes microsoft#95 Also adds separators, and a sample
Summary of the new feature/enhancement
Editing overlapping zones with the graphical zones editor is difficult (e.g. if zones are hidden by larger zones in the foreground).
Currently configured zones are stored as a binary representation in the Registry.
An alternative would be to edit zones in a JSON text file. This would allow manual editing of zones.
Moving the zones configuration to a JSon text file would also allow to 'fine-tune' zones and copy zone configurations between computers.
The text was updated successfully, but these errors were encountered: