Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LightTable Set on-change inline eval for javascript

How can I set on-change behavior in light table to be inline evaluation for JavaScript ?

The auto-complete in user settings behavior page has appended

((:lt.objs.editor/on-change ))

but I need to know how to make light table do on-change inline evaluation from this point.

like image 701
Sameh K. Mohamed Avatar asked Mar 01 '26 19:03

Sameh K. Mohamed


1 Answers

I think what you are looking for is this:

[:editor.javascript :lt.objs.editor/on-change :eval-editor]

I hope it helps

like image 63
carocad Avatar answered Mar 04 '26 09:03

carocad