greplytix / Hamlbars

Sublime Text 3 Syntax highlighting for .hamlbars files which is a combination of both Haml and Handlebars
MIT License
2 stars 0 forks source link

Add Documentation for Using Basic Plugin #26

Closed ghost closed 9 years ago

ghost commented 9 years ago

(As in the plugin implemented via #19.)

ghost commented 9 years ago

[DOCUMENTATION]

Manually Installing and Running the Basic Plugin

Note

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.

Installation

The most straightforward means of installing the plugin is to clone this repository into one of the following directories:

Running

From the Sublime Text Unofficial Documentation, while editing a file in Sublime Text 3:

  1. Create a new buffer (Ctrl+n).
  2. Open the Python console (Ctrl+`).
  3. Type: view.run_command("example") and press enter.