An Intro to Atom Editor

Post on 18-Jul-2015

248 views 1 download

Transcript of An Intro to Atom Editor

Atom

A hackable editor for the 21st century.

@ateevchopra

ATOM

• Free - under the MIT License

• Open Source - Fork on GitHub

• Hackable to the core - Build on Atom Shell

Atom Shell

• Framework that lets you write cross-platform

desktop applications using JavaScript, HTML and

CSS.

• Based on node.js and Chromium

Features

Git Integration

Line Diffs

File tree Diffs

Customisable to the core

Packages

Packages

• Markdown Preview

• merge-conflicts

• Linter and jsHint

• Ask Stack

Markdown preview !

ctlr + shift + m

• https://atom.io/packages/markdown-preview)

Merge Conflicts

• (https://atom.io/packages/merge-conflicts)

Linter and jsHint

Linter - providing a top level API for linters to parse and display errors in the Atom editor.

JsHint

• (https://atom.io/packages/jshint)

Ask Stack• (https://atom.io/packages/ask-stack)

Themes

https://atom.io/themes/monokai

https://atom.io/themes/seti-ui

https://atom.io/themes/unity-ui

https://atom.io/themes/atom-symfony2-ui

https://atom.io/themes/pen-paper-coffee-syntax

Last Package: unregistered

In case you miss the sublime text popup

https://atom.io/packages/unregistered

Thank You