You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2022. It is now read-only.
Save declassifier.cljs or run the command Editor: Build file or project. You should see "Compiled plugin to ...declassifer_compiled.js" in the statusbar
Run the command Plugins: Refresh plugin list to detect the plugin
Save declassifier.behaviors or run the command App: Reload behaviors to load/reload the plugin behaviors
For interactive development, use the built-in clojurescript eval (ctrl-enter by default) and choose the Light Table UI connection.
Note: due to Issue 1042 the App: Reload behaviors command will not reload the plugin source. To pick up changes either use interactive eval or restart Light Table.
Important files are plugin.edn, which contains metadata about the plugin and also points to the behaviors file. The behaviors listed in declassifier.behaviors are loaded by the plugin manager. Most plugins will contain at least {:+ {:app [(:lt.objs.plugins/load-js "declassifier_compiled.js" true)]}} in order to load code into Light Table.
About
A simple tutorial plugin which replaces English spellings with American spellings