CPK
CPK
A simple enum would do the trick
Currently, dropping a image open's it as a new image Maybe there could be options for: - Importing as a new layer - Add as a reference layer
# General Extensions are code libraries which can add small features to PixiEditor without those features being included when downloading PixiEditor. This not only allows users to add features that...
* Saving reference layers (PixiEditor/PixiParser#9) * Moving and Resizing, preferably with tools * Reloading reference layers either manually or when the file system notices a change
Added a file icon for pixi files
There are currently only 3 view models that can be injected into tools. We should add the rest in the `ViewModelMain.ConfigureServices` method and use them in the `ViewModelMain.Setup` method
Only seems to affect MSIX version Probably just a limitation from MSIX so I would remove the toggle in the settings
Basically so that you can do something like this ```xaml idk ```
How to reproduce: Change display scale setting to above 100%  (Im talking about this setting)
Added periodic autosaving and upgraded to .NET 8 TODO - [x] Add periodic autosaving - [x] Allow disabling autosaving for the current document session - [x] Add icons to the...