Giter Club home page Giter Club logo

sublimetext_indentxml's Introduction

SublimeText Indent plugin

What is the goal of Indent plugin? Short answer is converting this XML

to this:

Looks good? It also can convert this JSON

{ "root": [ { "field": "val1", "field2": "val2" }, { "arr": [1, 3, "three"] }] }

to this

{ "root": [ { "field": "val1", "field2": "val2" }, { "arr": [ 1, 3, "three" ] } ] }

Want more? It can indent only selected text - including multiple selections and even mixed XML / JSON selections. It is smart enough to recognize XML or JSON even if you are editing plain text. Indent plugin won't mess up your keyboard shortcuts because it uses "chord" command Ctrl+K, Ctrl+F (this mean hold Ctrl, press K then press F, release Ctrl) and also available in "Selection" menu.

Supported Sublime Text versions

Indent plugin supports both Sublime Text 2 and Sublime Text 3

Installation

  • In Sublime Text 2 - just use Package Control and search for "indentxml" plugin
  • In Sublime Text 3 - clone project from Github into the user's Packages folder.
    • On Mac, "~/Library/Application Support/Sublime Text 3/Packages/"
    • On Windows, "C:\Users\{user}\AppData\Roaming\Sublime Text 3\Packages"

Feedback & Support

Available on Github

Contribution

...is always welcome! Same place - Github

License

This software is distributed under MIT license (see License.txt for details)

sublimetext_indentxml's People

Contributors

alek-sys avatar alexandryz avatar francoiskha avatar hmalphettes avatar jsadeli avatar ronjouch avatar yujiande avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.