name: ghost notes
hooks:
  donethinking: |
    for my $c (@{$self->{out}}) {
        if ($c->{note}) {
            push @{ $self->{etc}->{note}||=[] }, $self->doo($c->{note});
        }
    }
