Once you have installed Atom, you need to install a configuration file for the tablr
plugin.
atom-tablr-conf.cson
here..txt
Why?)You need to make a copy of this file in a hidden folder named .atom
. The copy should be named config.cson
.
One way to do this is to open a bash shell in the same directory as the downloaded file, and use the cp
command to copy it, like this:
cp atom-tablr-conf.cson $HOME/.atom/config.cson