https://github.com/aki77/atom-source-preview
Source Preview for Atom
https://github.com/aki77/atom-source-preview
atom
Last synced: about 1 month ago
JSON representation
Source Preview for Atom
- Host: GitHub
- URL: https://github.com/aki77/atom-source-preview
- Owner: aki77
- License: mit
- Archived: true
- Created: 2015-07-07T08:14:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T12:01:53.000Z (over 7 years ago)
- Last Synced: 2024-11-03T19:37:27.160Z (6 months ago)
- Topics: atom
- Language: CoffeeScript
- Homepage: https://atom.io/packages/source-preview
- Size: 29.3 KB
- Stars: 8
- Watchers: 5
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - aki77/atom-source-preview - Source Preview for Atom (atom)
README
# source-preview package
Source Preview for Atom.
[](https://travis-ci.org/aki77/atom-source-preview)[](http://gyazo.com/e391eb2802466ffa86111577052d02b7)
## Features
* Live updating of preview
* Shows error messages
* Synchronize cursor## Supported Languages
* CoffeeScript
* Babel: [language\-babel](https://atom.io/packages/language-babel)
* Pug(Jade): [source\-preview\-pug](https://atom.io/packages/source-preview-pug)## Commands
* `source-preview:toggle`
## Settings
* `enableBuiltinProvider` (default: true)
## Keymap
No keymap by default.
edit `~/.atom/keymap.cson`
```coffeescript
'atom-text-editor[data-grammar~="source"]':
'ctrl-M': 'source-preview:toggle'
```