The following resources may be of use to anyone working on Light Table or its plugins:
Internals
- Introduction to BOT: The IDE as a value
- Official README
- Helpful LT discussion topic.
- Getting Started Programming Light Table by Joshua Emmons
Creating a plugin
- Lein template: https://github.com/mdhaney/lt-plugin-template
- Quick Start: http://youtu.be/j91Li9kL0t8
- From version 0.6.0 the
~/.lighttable/plugins
path shown is no longer valid. See the official docs for the correct path.
- From version 0.6.0 the
- Jakub Arnold plugin creating tutorial.
- Developing a Groovy Light Table client (1, 2, 3, 4 and 5) by Magnus Rundberget