This version is out of date, covering development from v9.5.0 to v9.7.3. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v9 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