Tinderbox v11 Icon

Bottom-up

In this action based approach, notes look upward for seeding section numbering.

Code


if($IsTop) {
   $Section="";
} else {
   $Section = $Section(parent);
   if ($Section) {$Section+=". ";}
    $Section += $SiblingOrder;
}; 

Logic

Pros and Cons