Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mstssk/blockdiagpreview
Blockdiag preview plugin for Sublime Text 2
https://github.com/mstssk/blockdiagpreview
Last synced: 9 days ago
JSON representation
Blockdiag preview plugin for Sublime Text 2
- Host: GitHub
- URL: https://github.com/mstssk/blockdiagpreview
- Owner: mstssk
- Created: 2012-11-26T17:57:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-28T14:02:34.000Z (almost 12 years ago)
- Last Synced: 2023-03-18T16:01:15.296Z (over 1 year ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sublime Text 2 Blockdiag preview
**Caution!**: Currently this plugin needs **blockdiag** command which is installed your system.
## About :
*[blockdiag][0]* generates diagram simply!
you can preview generated diagram quickly with this plugin.## Installation :
- you should install [blockdiag][0] to your system.
- you should use [sublime package manager][1]
- use `ctrl+shift+P` then `Package Control: Add Repository`
- add `https://github.com/mstssk/BlockdiagPreview.git`
- use `ctrl+shift+P` again, then `Package Control: Install Package`
- look for `BlockdiagPreview` and install it## Usage :
- save *foobar.diag* then use `ctrl+shift+P` then `BlockdiagPreview` to launch a preview
- file name should be end with **.diag**.[0]: http://blockdiag.com/
[1]: http://wbond.net/sublime_packages/package_control