atom-json-editor icon indicating copy to clipboard operation
atom-json-editor copied to clipboard

Results 15 atom-json-editor issues
Sort by recently updated
recently updated
newest added

Unsure if this is happening because of a strange interaction with my own machine or if this is a known issue. ![properties is broken](https://cloud.githubusercontent.com/assets/3517199/13015598/f36511aa-d187-11e5-82a4-66703017a207.png)

Provides a visual improvement in the Properties window, which under the "bootstrap2" theme had checkboxes inappropriately placed over the list of properties rather than to the left of them. This...

Great tool! But the following isn't quite working right... Schema: { "$schema": "http://json-schema.org/schema#", "type": "object", "properties": { "x": {"type":"number"}, "y": {"type":"number"}, "z": {"type":"number"} }, "required": ["x", "y", "z"] } JSON...

`thing.schema.json`: ``` { "title": "thing schema", "type": "object", "properties": { "id": { "$ref": "id.schema.json" } }, "additionalProperties": false } ``` Editing a `thing`: > (path)`/thing.schema.json` is no valid JSON >...

would you please update the changelog for your project regularly with each release? we have no idea what are the incremental differences btw. 0.1.0 & 0.4.0, and no info on...