Gist the current tab.
Install the gem for gist:
gem install gist
Make sure LT_HOME is setup on your ENV.
Ctrl-Space Show plugin Manager, click on 'Available' and browse for Gist.
Click install.
For keybindings, Ctrl-Space User-Keymap, click and open it.
Under the :editor map, paste something the following key binding pair:
"ctrl-shift-g" [:gist.submit]
Of course, you can set your own binding.
- If you installed the plugin via Plugin manager, uninstall
Gist - Clone the repo into your plugins folder
- On OS X:
~/Library/Application Support/LightTable/plugins/ - On Linux:
~/.config/LightTable/plugins/ - On Windows:
%APPDATALOCAL%/LightTable/plugins/
- On OS X:
- Open
gist.cljs - Save
gist.cljsor run the commandEditor: Build file or project. You should see "Compiled plugin to ...gist_compiled.js" in the statusbar - Ctrl-Space
Plugins: Refresh plugin listto detect the plugin - Save
gist.behaviorsor run the commandApp: Reload behaviorsto load/reload the plugin behaviors
- Add github Api keys
public domain