AnyList is a great app/website for creating shopping lists and managing recipes. Unfortunately, it does not have a way to backup or bulk export recipes. This makes it difficult to (A) backup recipes ...
(define-plugin-function "Add( number1; number2 )" ((number1 :float) (number2 :float)) "Adds two numbers - same as + operator in FM" (+ number1 number2)) Sample code for defining a plugin script step ...