SerializedDataConverter icon indicating copy to clipboard operation
SerializedDataConverter copied to clipboard

Convert between serialized data formats (plist | json | yaml)

Results 2 SerializedDataConverter issues
Sort by recently updated
recently updated
newest added

### 1. Summary It would be nice, if would be possible automatically convert files, that contains certain symbols to files with specific extension (similar as [**`contains` rule in ApplySyntax package**](http://facelessuser.github.io/ApplySyntax/usage/#content-rule))....

P: maybe
T: feature

Without luck, I've been trying to run any command defined by the plugin (ex: **serialized_yaml_to_plist**) via a build system. I keep getting `Unable to find target command: serialized_plist_to_json`.. Build file:...