I’ve just discovered that Airtable has scripting (like, real JS).
If Coda supported something similar, that would solve all the issues in the world (of Coda).
Everyone would have tools for their expertise level:
- Basic users would set up filters and buttons via the dropdown UIs.
- Mid-level users would write formulas and actions.
- And power users who need more would have access to fully featured scripting.
Creating named functions (like MyFunction(arg1, arg2, arg3)
) and actions (like AddAllCombinationsOf(rows1, rows2)
) via a JS editor with some API exposed (in-browser access to cell values, not the remote API calls) would be a dream come true.