Skip to content
The JS Runner pack for coda provides a formula to execute any javascript code, like so:
ExecuteFunction("function sum(v1, v2) { return v1+v2;}", "sum", 1, 2)


See for details.


error

Never execute code from a source that you do not trust.


Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.