Hii,
So, I'm starting off with the Documentation work ( proof reading ) and keeping up with the merges and commits.
While working along your user-plugin.md, I run across this error
WARNING: No such namespace: cmd, could not locate cmd.cljs, cmd.cljc, or Closure namespace "" at line 147 /Users/eklavya/Library/Application Support/LightTable/User/src/lt/plugins/user.cljs
WARNING: Use of undeclared Var cmd/command at line 147 /Users/eklavya/Library/Application Support/LightTable/User/src/lt/plugins/user.cljs
WARNING: No such namespace: lt.objs.editor.pool, could not locate lt/objs/editor/pool.cljs, lt/objs/editor/pool.cljc, or Closure namespace "" at line 150 /Users/eklavya/Library/Application Support/LightTable/User/src/lt/plugins/user.cljs
WARNING: Use of undeclared Var lt.objs.editor.pool/last-active at line 150 /Users/eklavya/Library/Application Support/LightTable/User/src/lt/plugins/user.cljs
I'm certainly in user.cljs and with the client connected

Another point being, should we not specify exactly how to reach the user.cljs file?
Hii,
So, I'm starting off with the Documentation work ( proof reading ) and keeping up with the merges and commits.
While working along your
user-plugin.md, I run across this errorI'm certainly in user.cljs and with the client connected

Another point being, should we not specify exactly how to reach the
user.cljsfile?