Publisher - Gedcom

: Internal links allow readers to jump from a child to a parent or a source citation instantly.

# Families (marriages/parent-child links) for fam in families: lines.append(f"0 @{fam.id}@ FAM") if fam.husband_id: lines.append(f"1 HUSB @{fam.husband_id}@") if fam.wife_id: lines.append(f"1 WIFE @{fam.wife_id}@") for child_id in fam.child_ids: lines.append(f"1 CHIL @{child_id}@") if fam.marriage_date: lines.append("1 MARR") lines.append(f"2 DATE {fam.marriage_date}") gedcom publisher

: First, you must export a GEDCOM file from your primary genealogy software (like Ancestry, Family Tree Maker, or Family Historian). : Internal links allow readers to jump from

: It can include people who weren't just the primary subjects of an event (like godparents or witnesses at a wedding). Family Tree Maker

: Photos are resized correctly for various screen sizes.