Parameters are only available to CNodes and are passed to child nodes/CNodes contained within it
For instance, we could make a global parameter
$s
that passes
(\s|[-_])
to every node in the feed
  • We can add new nodes to the feed that utilise this parameter
  • For custom nodes, we will no longer need to (re)define
    $s
    for each CNode
Global params could be defined from within the feed, and/or we could have a toggle to set a CNode param to act globally