Merge remote-tracking branch 'origin/master'

This commit is contained in:
Nikolajus 2014-06-03 20:56:49 +02:00 committed by Nikolajus Krauklis
commit f7ea94beda
1 changed files with 7 additions and 3 deletions

View File

@ -8,8 +8,8 @@ Install this sublime text package via [Package Control](https://sublime.wbond.ne
### or manual installation
- cd <Packages directory>
- git clone https://github.com/dzhibas/SublimePrettyJson.git
- `cd <Packages directory>`
- `git clone https://github.com/dzhibas/SublimePrettyJson.git`
## Usage
@ -33,7 +33,7 @@ Using Command Palette <kbd>Ctrl+Shift+P</kbd> find "Pretty JSON: Minify (compres
Demo:
[![Demo](http://www.gang.lt/prettyjson.gif)](http://www.gang.lt/prettyjson.gif)
[![Demo](http://i.imgur.com/sw7Hrsp.gif?1)](http://i.imgur.com/sw7Hrsp.gif?1)
If on your machine "[./jq](http://stedolan.github.io/jq/)" tool is available with <kdb>ctrl+atl+shift+j</kdb> you can run against your json. output will be opened in new view so you can once again apply jq on new buffer
@ -65,3 +65,7 @@ Be sure "Indent Using Spaces" is unchecked otherwise you will not see effect and
- @the3rdhbtaylor https://github.com/the3rdhbtaylor
- @crcastle https://github.com/crcastle
## Others
If you YAMLing then maybe you interested in this plugin: https://github.com/aukaost/SublimePrettyYAML