Closed ghost closed 9 years ago
[DOCUMENTATION]
This documentation is especially pertinent for pre-alpha release, since plugin (package) installation will not have yet been abstracted in utilizing Package Control. Running the basic plugin is also different than doing so in post-alpha release -- this one is console-based as opposed to UI-based.
The most straightforward means of installing the plugin is to clone this repository into one of the following directories:
From the Sublime Text Unofficial Documentation, while editing a file in Sublime Text 3:
- Create a new buffer (Ctrl+n).
- Open the Python console (Ctrl+`).
- Type: view.run_command("example") and press enter.
(As in the plugin implemented via #19.)