Giter VIP home page Giter VIP logo

atom-rst-preview's Introduction

ReStructuredText Preview package

Show the rendered HTML rst to the right of the current editor using ctrl-shift-r

It can be activated from the editor using the ctrl-shift-r key-binding and is currently enabled for .rst files.

Installing

This package requires Pandoc to run. You can install Pandoc from:

https://github.com/jgm/pandoc/releases

Workaround on OSX for pandoc could not be spawned error

If launching Atom from the OSX dock rather than from the terminal, you might see a path problem where /usr/local/bin is not loaded into the path causing pandoc not to be found.

'pandoc' could not be spawned. 
Is it installed and on your path? 
If so please open an issue on the package spawning the process.

This is a current bug in Atom.

Until this atom bug is fixed, a workaround is to add the following config to the ~/.atom/init.coffee file the relaunch from the OSX dock:

process.env.PATH = ["/usr/bin",
                    "/usr/local/bin",
                    ].join(":")

atom-rst-preview's People

Contributors

kevinsawicki avatar lsegal avatar probablycorey-and-nathan avatar gjtorikian avatar benogle avatar oyarzun avatar kevinnathan avatar mcolyer avatar zcbenz avatar yurimalheiros avatar defeated avatar uzyn avatar geekpete avatar mutle avatar mtdowling avatar kaystrobach avatar jonrohan avatar probablykevin avatar itsbenweeks avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.