A plugin for the Atom editor to show the rendered HTML API Blueprint to the right of the current editor using ctrl-shift-a
.
This plugin requires aglio to be installed and in your path, via e.g:
sudo npm install -g aglio
Install this plugin via the Atom settings or in a terminal:
apm install api-blueprint-preview
Feel free to contribute! Pull requests are always welcome. If you add a new feature, please include a code snippet to exhibit the feature in the pull request.
Copyright © 2015 Daniel G. Taylor. Based on the Markdown Preview plugin.