Standard library of custom actions

This is a future feature of the compiler currently only available if you build from source.

You can use the Cherri standard library of custom actions using the following syntax:

#include 'stdlib'

This will give you access to the following actions:

Scripting

Choose from vCard

Prompt the user to choose from an array of vCards with a prompt. Returns the chosen vCard item.

chooseFromVCard(array items, text prompt)

Run JavaScript

Runs the JavaScript code in script and returns the output.

runJS(text script)