- Patches (47)
- Patchlists (1)
- Ops (32)
- Likes (204)
- Followers (28)
- Following (3)
Op | Summary |
---|---|
ArrayIteratorStringsOps.Array.ArrayIteratorStrings | Loop over every element of an array |
ArrayUnshiftStringOps.Array.ArrayUnshiftString | insert/add/unshift a string to the beginning of an array |
MapRangeArrayOps.Array.MapRangeArray | Maps values in an Array from one range into another. |
SortArrayObjectsByKeyOps.Array.SortArrayObjectsByKey | sort an array of objects by value of object keys |
DateIsoToTimestampOps.Date.DateIsoToTimestamp | parses a date and time in iso format and outputs a millisecond timestamp |
CustomOpOps.Deprecated.Cables.CustomOp | code a custom op that will only be available in the current patch |
CustomOp_v2Ops.Deprecated.Cables.CustomOp_v2 | Code a custom op that will only be available in the current patch |
ClmTrackrOps.Deprecated.Exp.ClmTrackr | |
BlueprintOps.Dev.Blueprint | include subpatches from other patchs |
ElementChilds_v2Ops.Html.ElementChilds_v2 | Set childs of a HTML Element |
MarkdownToHtmlOps.Html.MarkdownToHtml | markdown markup language to html parser |
PlayerControlPanel_v2Ops.Html.PlayerControlPanel_v2 | simple html ui for timeline/mediaplayers (was: TimeLineUI) |
QuerySelectorAllOps.Html.QuerySelectorAll | Selects all matching elements in the DOM |
ArrayGetArrayByPathOps.Json.ArrayGetArrayByPath | returns the array at the position defined by a path |
ArrayGetArrayValuesByPathOps.Json.ArrayGetArrayValuesByPath | Outputs all the values of the properties of an array of objects given a path |
ArrayGetNumberByPathOps.Json.ArrayGetNumberByPath | finds a number at a position in an array defined by path |
ArrayGetObjectByPathOps.Json.ArrayGetObjectByPath | Returns the object at the position defined by a path |
ArrayGetStringByPathOps.Json.ArrayGetStringByPath | Finds a string at a position in an array defined by path |
ObjectGetArrayByPathOps.Json.ObjectGetArrayByPath | returns the array at the position defined by a path |
ObjectGetArrayValuesByPathOps.Json.ObjectGetArrayValuesByPath | Outputs all the values of the properties of an array of objects given a path |
ObjectGetNumberByPathOps.Json.ObjectGetNumberByPath | finds a number at a position in an object defined by path |
ObjectGetObjectByPathOps.Json.ObjectGetObjectByPath | Returns the object at the position defined by a path |
ObjectGetStringByPathOps.Json.ObjectGetStringByPath | Finds a string at a position in an object defined by path |
CorsProxyOps.Net.CorsProxy | create a cables.gl CORS proxy URL |
CorsProxy_v2Ops.Net.CorsProxy_v2 | create a cables.gl CORS proxy URL |
IncrementorOps.Sidebar.Incrementor | steps through numerical or array values one by one |
Incrementor_v2Ops.Sidebar.Incrementor_v2 | steps through numerical or array values one by one |
TriggerReceiveFilterOps.Trigger.TriggerReceiveFilter | receives all named trigges and relays them, optionally using a filter-prefix on the name |
TriggerSendNamedOps.Trigger.TriggerSendNamed | Allows triggers to be sent to a TriggerReceive op with the same variable name |
TriggerVarGetStringOps.Vars.TriggerVarGetString | Get a string variable value at time of trigger |
LocationHashRouteOps.Website.LocationHashRoute | gives updated information about window.location.hash |
SetLocationHashOps.Website.SetLocationHash | sets window.location.hash to the specified value(s) |