v1.2.0.1-beta1
Examples

  • Basic Usage Examples
    A collection of simple examples of using math, formatting, and other basic functions.
  • Line Logger Example
    This is an example of collecting (accumulating) lines of text from a State or Value.
  • Clipboard Utility Example
    Utility module for working with the system clipboard.
  • Color Mixer Example
    A script and page example of an interface for choosing a color.
  • Fetch and Notify Example - GitHub Release Version Check
    Checks for new version of a GitHub repository release and notifies about it if it finds one. Example of a network request, processing JSON, and sending interactive Touch Portal notifications.
  • Tail Example
    Example of "tailing" a file to monitor for changes and show the last few lines (eg. a log file which is getting updated).
  • Marquee Text Example
    Scrolls long text horizontally with only a portion visible at one time.