Steep is the Sublime TTS External Editor Plugin. Its a Sublime Text plugin for editing scripts in Tabletop Simulator. The plugin allows easy modification, testing, and execution of Tabletop Simulator's Lua scripts. This is the Sublime Text counterpart to the provided Atom Editor Plugin.
The plugin is unfinished and currently there is no installer. You may still install the plugin to test, use, or develop it in its current state.
To build the plugin yourself you may package the plugin as a directory in the Packages
resource directory. Alternatively, you may create a zip compressed file with the extension .sublime-package
and place it in the Installed Packages
resource directory. To simplify this you may git clone
into Packages
.
Sublime Text recources location:
- Windows:
%APPDATA%\Sublime Text 3
- Linux:
~/.config/sublime-text-3
- Mac
~/Library/Application Support/Sublime Text 3
Package Control support will come soon.
To develop the plugin its best to install it in Packages
using git clone
(see Installation). Once installed in this way Sublime Text will automatically reload the plugin when changes to the plugin are made.
Submit any issues or bugs through the GitHub issue tracker.
If you wish to contribute please read CONTRIBUTING.md for contributing guidelines and the process for submitting a pull request.
- Lucas Gangstad - LastTalon
See also the contributors.
Steep is licensed under the zlib License. See LICENSE.md for details.