diff --git a/README.md b/README.md index 5a24961..e2e73a0 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ formatted plain text. - Change type of values. - Colorized values, color depends of the value type. - Search & highlight text in the treeview. -- Undo/redo all actions. -- Load/save files and urls. +- Undo and redo all actions. +- Load and save files and urls. - Format and compact JSON in plain text. diff --git a/misc/screenshots/change_type.png b/misc/screenshots/change_type.png deleted file mode 100644 index c4901cf..0000000 Binary files a/misc/screenshots/change_type.png and /dev/null differ diff --git a/misc/screenshots/change_type_640x400.png b/misc/screenshots/change_type_640x400.png index cf9ec5d..ec7c9f5 100644 Binary files a/misc/screenshots/change_type_640x400.png and b/misc/screenshots/change_type_640x400.png differ diff --git a/misc/screenshots/description.json b/misc/screenshots/description.json index 255674f..91bc5e4 100644 --- a/misc/screenshots/description.json +++ b/misc/screenshots/description.json @@ -1,15 +1,17 @@ { - "Name": "JSON Editor Online", - "Website": "http://jsoneditoronline.org", - "Version": 1.3, - "Free": true, - "Description": "JSON Editor Online is a web-based tool to view, edit, and format JSON. It shows your data side by side in a clear, editable treeview and in formatted plain text.", - "Features": [ - "View and edit JSON side by side in treeview and plain text.", - "Edit, add, move, remove, and duplicate fields and values.", - "Change type of values.", - "Colorized values, color depends of the value type.", - "Search & highlight text in the treeview.", - "Format and compact JSON in plain text." - ] -} + "Name": "JSON Editor Online", + "Website": "http://jsoneditoronline.org", + "Version": 1.3, + "Free": true, + "Description": "JSON Editor Online is a web-based tool to view, edit, and format JSON. It shows your data side by side in a clear, editable treeview and in formatted plain text.", + "Features": [ + "View and edit JSON side by side in treeview and plain text.", + "Edit, add, move, remove, and duplicate fields and values.", + "Change type of values.", + "Colorized values, color depends of the value type.", + "Search & highlight text in the treeview.", + "Undo and redo all actions.", + "Load and save file and urls.", + "Format and compact JSON in plain text." + ] +} \ No newline at end of file diff --git a/misc/screenshots/edit.png b/misc/screenshots/edit.png index 7841f6c..92d4856 100644 Binary files a/misc/screenshots/edit.png and b/misc/screenshots/edit.png differ diff --git a/misc/screenshots/jsoneditoronline.png b/misc/screenshots/jsoneditoronline.png index c1cd823..a2e37a8 100644 Binary files a/misc/screenshots/jsoneditoronline.png and b/misc/screenshots/jsoneditoronline.png differ diff --git a/misc/screenshots/jsoneditoronline_640x400.png b/misc/screenshots/jsoneditoronline_640x400.png index 01a4d52..46a41fb 100644 Binary files a/misc/screenshots/jsoneditoronline_640x400.png and b/misc/screenshots/jsoneditoronline_640x400.png differ diff --git a/misc/screenshots/plaintext.png b/misc/screenshots/plaintext.png deleted file mode 100644 index 6d371cc..0000000 Binary files a/misc/screenshots/plaintext.png and /dev/null differ diff --git a/misc/screenshots/plaintext_640x400.png b/misc/screenshots/plaintext_640x400.png index c744ad1..f0a95ab 100644 Binary files a/misc/screenshots/plaintext_640x400.png and b/misc/screenshots/plaintext_640x400.png differ diff --git a/misc/screenshots/search.png b/misc/screenshots/search.png deleted file mode 100644 index 3164807..0000000 Binary files a/misc/screenshots/search.png and /dev/null differ diff --git a/misc/screenshots/search_640x400.png b/misc/screenshots/search_640x400.png index 0a920aa..804cefd 100644 Binary files a/misc/screenshots/search_640x400.png and b/misc/screenshots/search_640x400.png differ