Fedwiki Frame Script Demo

* What can a Frame see and use in the page? * What are example Frame scripts? * Frame Scripts (user uploaded, operate on client side) versus Plugins (server side behavior) * Debugging through a Frame Script, Customizing a Frame Script

Demonstrate the Zoom Transcript Formatter, possibly, because it shows the workflow from user-provided content (the transcript) into FedWiki as an Assets item, then clicking on a named list item within a Frame running the Frame Script in order to process it, then the frame script catching the click event and reading the Assets to find the matching textfile asset by name and reading the content of that asset, then the script creating a new page draft for approval and inclusion in the wiki.

See: About Frame Integrations for a tutorial and sample code.

See typescript-archive and Ward Cunningham's Zoom processor scripts github .