Limit Number of Descendant Generations #132
AvgustKuznetsov
started this conversation in
Ideas
Replies: 1 comment
-
I would be interested in being able to display a subset of my tree. I am using Topola Viewer from gramps (on Windows; GRAMPS: AIO64-5.1.4-1 ) as "Interactive family tree". It does the job very nicely on the whole database, but it would be nice to select a subset, for example, 3 generations of descendants from person ID. Just a thought. I realise I could export all the records I want into a new gramps database then run "Interactive family tree" but that is a little cumbersome and having the ability to select in topola viewer would be very nice! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Topola Viewer to display a tree from WikiTree. Would it be possible to have a setting to lower the number of displayed descendant generations? Otherwise some of the trees with many descendants become extremely wide and hard to read.
It seems that this constant in src/datasource/wikitree.ts is responsible for setting the limit:
const descendantGenerationLimit = 5;
Beta Was this translation helpful? Give feedback.
All reactions