API
The following functions can be useful, for example, to control Worldbuilder using macros:
Open the Worldbuilder app
worldbuilder.api.open(tab); //"tab" is an optional tab name
Open a specific tab
worldbuilder.api.openTab(tab); //"tab" is the name of the tab to open
Open article
worldbuilder.api.openArticleApp(uuid); //"uuid" is the uuid of the article
Open tag config
worldbuilder.api.openTagApp(tag); //"tag" is the tag name