Sketchplate
Sketchplate copied to clipboard
editor installation should be more dynamic
right now the same editors json is installed for every user, no matter their platform. It would be best to only install relevant editor configs for the user. I can see this working in 2 ways:
- every editor has a test to see if it is availble and if so is written into the config
- every platform has a set of editors that varies
While 1 sounds better at first it means that any time a user downloads a new editor they won't have the config available and will need to write it themselves. Leaning towards 2.