Ultimate previewer of source code in Atom.
Atom Package: https://atom.io/packages/preview
apm install preview
Or Settings/Preferences ➔ Packages ➔ Search for preview
- Preview source code in compiled form in separate tab
- Live updating of preview
- Shows loading and error messages
- Updates on Tab Change
- Highlights using active Atom theme
- Users can manually change the default preview renderer
- SpacePen Views can live preview!
- CoffeeScript
- Literate CoffeeScript
- LESS
- Jade
- DogeScript
- TypeScript
- Stylus
- DSON
- React (JSX)
- EmberScript
- ng-classify
- LiveScript
- SASS/SCSS
- glslPreprocessor
- Markdown
- Haml
- ClojureScript
- Dart
Refresh Debounce Period
(milliseconds) - Set the debounce rate for preview refreshing. For instance, if you type or switch tabs, how long of a pause before the preview refreshes.Update On Tab Change
(boolean) - Should the preview update to the currently active tab?glslangValidator
(string) - Path to glslangValidator. Needed for GLSL preview (pre-processed). You can compile it from source or download as part of VulkanSDK.Remove Extra Blank Lines
(boolean) - Remove extra blank lines in GLSL preprocessed output.