/atom-source-preview

Source Preview for Atom

Primary LanguageCoffeeScriptMIT LicenseMIT

source-preview package

Source Preview for Atom. Build Status

Gyazo

Features

  • Live updating of preview
  • Shows error messages
  • Synchronize cursor

Supported Languages

Commands

  • source-preview:toggle

Settings

  • enableBuiltinProvider (default: true)

Keymap

No keymap by default.

edit ~/.atom/keymap.cson

'atom-text-editor[data-grammar~="source"]':
  'ctrl-M': 'source-preview:toggle'