Publish an example of a Windows Store application that adds a JSON fragment extensions in Windows Terminal
#10,970 opened on Aug 17, 2021
Repository metrics
- Stars
- (35,764 stars)
- PR merge metrics
- (Avg merge 27d 19h) (24 merged PRs in 30d)
Description
The page JSON fragment extensions in Windows Terminal leads to Create and host an app extension. This assumes you have an app around the JSON fragment.
I think it's mandatory to have an actual example. Using JSON fragment extensions in Windows Terminal, a developer is unable to create a package from scratch and publish it on the Windows Store.
Ideally, someone should be able to go from Package from the command line to JSON fragment extensions in Windows Terminal and be ready to publish.
Many theme authors and their users want themes to be available in lots of places and putting a .json file in a specific folder is pretty easy, but it's hard for users to discover themes and to remember where their got it from. Plus, many theme authors are distributing their theme with a .bat or .ps1 file to "install" it, which doesn't feel right. Being able to publish it to the Windows Store easily would solve these problems.
- https://github.com/arcticicestudio/nord/issues/123
- https://github.com/ayu-theme/ayu-colors/issues/20
- https://github.com/cocopon/iceberg.vim/issues/79
- https://github.com/dracula/windows-terminal/issues/10
- https://github.com/morhetz/gruvbox/issues/361
That example app could be in a template repository so theme makers can easily have all the necessary files in place.