All Projects → adrianlee44 → Atom Aligner

adrianlee44 / Atom Aligner

Licence: mit
Easily align multi-line with support for different operators and custom configurations

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Atom Aligner

Lambda
LAMBDA – the Local Aligner for Massive Biological DatA
Stars: ✭ 59 (-19.18%)
Mutual labels:  alignment
Linter Phpcs
Linter plugin for PHP, using PHP_CodeSniffer.
Stars: ✭ 64 (-12.33%)
Mutual labels:  atom
Language Haskell
Haskell language support for Atom
Stars: ✭ 69 (-5.48%)
Mutual labels:  atom
Atom Auto Prettier
An Atom package that semantically reformats Javascript based on the window size
Stars: ✭ 60 (-17.81%)
Mutual labels:  atom
Edit Distance
Python library for computing edit distance between arbitrary Python sequences.
Stars: ✭ 61 (-16.44%)
Mutual labels:  alignment
Atoma
Atom, RSS and JSON feed parser for Python 3
Stars: ✭ 67 (-8.22%)
Mutual labels:  atom
Atom
Atom file-specific icons for improved visual grepping.
Stars: ✭ 1,093 (+1397.26%)
Mutual labels:  atom
Traffic Shm
traffic-shm (Anna) is a Java based lock free IPC library.
Stars: ✭ 72 (-1.37%)
Mutual labels:  alignment
Align
A general purpose application and library for aligning text.
Stars: ✭ 63 (-13.7%)
Mutual labels:  alignment
Linter Jscs
Atom JSCS linter providers
Stars: ✭ 69 (-5.48%)
Mutual labels:  atom
Atom Latex
The only LaTeX package you need for typesetting with Atom.
Stars: ✭ 60 (-17.81%)
Mutual labels:  atom
Atom Message Panel
An easy way to display your messages in Atom
Stars: ✭ 60 (-17.81%)
Mutual labels:  atom
Discord feedbot
Moved to https://gitlab.com/ffreiheit/discord_feedbot
Stars: ✭ 67 (-8.22%)
Mutual labels:  atom
Language Csharp
C# language support for Atom
Stars: ✭ 59 (-19.18%)
Mutual labels:  atom
Faciallandmark caffe
Facial Landmark Detection with Caffe CNN. Face alignment avaiable.
Stars: ✭ 70 (-4.11%)
Mutual labels:  alignment
Agda Mode
agda-mode on Atom
Stars: ✭ 58 (-20.55%)
Mutual labels:  atom
Mtcnn
face detection and alignment with mtcnn
Stars: ✭ 66 (-9.59%)
Mutual labels:  alignment
Dotfiles
What tools and plugins I use for web development?
Stars: ✭ 73 (+0%)
Mutual labels:  atom
Haskell Ghc Mod
haskell-ghc-mod atom package
Stars: ✭ 70 (-4.11%)
Mutual labels:  atom
Swackets
Empowers your brackets with colours.
Stars: ✭ 69 (-5.48%)
Mutual labels:  atom

aligner package

Build Status Greenkeeper badge

Easily align multiple lines and blocks with support for different operators and custom configurations

Mac: ctrl-cmd-/ Linux/Windows: ctrl-alt-/

aligner

Custom configuration

Package allows user to change the way characters are aligned.

  • Pad either left or right of character
  • If an extra whitespace should be added to the left and/or right of the character
  • Aligning trailing comments when aligning characters
Supported Languages

Install add-on packages to get support for the following languages:

User can either align like this,

let random = {
  troll: "internet",
  foo:   "bar",
  bar:   "beer"
}

or this,

let random = {
  troll : "internet",
  foo   : "bar",
  bar   : "beer"
}

For more information, visit wiki

Supported character/operator

For supported characters/operators, see individual add-on packages.

Changelog

Check changelog for more information

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].