Tobbe - the aet macro is provided in the AdvancedTemplatePlugin and is
being used by the ViewTemplate. If you want to make use of my
ViewTemplate you'll need to add this plugin, otherwise feel free to
refactor using your own version of the view template.
In terms of the reference numbers for each person could I ask your
motivation? Would this be a separate field or would it replace tiddler
title? Either way you would need to override the new tiddler function
to prepopulate the tiddler. We would then have to think about making
any changes to the family tree plugin to accommodate this change.
Tobias: cheers for all that wonderful feedback. I will certainly
follow your advice for the next release. In terms of hyperbolic tree
this is on my radar. My intention is to make a graph plugin which can
switch between different layout algorithms. Layout algorithms do my
head in unfortunately so my progress in this area is likely to be
slower ;-). The family tree layout is made by a function that takes
the graph as the function and works on it to add position properties
to every node. The renderer then just prints nodes based on these
values. So put simply I just have to create a function that takes a
graph and gives each node a hyperbolic graph position. Then it's just
a case of plugging that into the existing code. If there are any graph
algorithm geeks out there please make yourself known. I'd love if
people were interested in implementing algorithms for different layout
algorithms themselves and would be very happy to help people with
this.