Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

aki77/atom-source-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'