Hi,
I really like PyxelEdit and I guess/hope it will get a lot more of awesome features :)
One I really miss is the possibility to export to a self defined format. I think about this:
PyxelEdit-Plugins:
Invoking an external library function => passing the json/xml to this function. I would then have the ability to transform the JSON into my own format (I prefer pure binary formats, since those are easier to handle in C++ without much overhead + harder to read).
At the moment I am watching the folder for changes => new Json file added => my tool transforms it into binary on the fly ...