-
### Discussed in https://github.com/FamilySearch/GEDCOM/discussions/118
Originally posted by **atom888888** March 4, 2022
I would propose that GEDCOM 7.x add the ability to store mtDNA and yD…
-
Consider the following:
1. A _citation_ is a representation of _bibliographic metadata_.
2. The same _bibliographic metadata_ represented as a list fields is **NOT** a _citation_.
If both of these st…
-
In https://github.com/FamilySearch/GEDCOM/pull/53 Luther wrote:
> When we have two ways to do one thing (such as a single-use SNOTE vs a NOTE), we tried to provide a recommendation on how to choose…
-
Folding seems to be possible with VSCode langage extensions, and it is in my opinion a desirable feature. I am not sure if you can also add virtual whitespaces/tabs to create a visual indentation effe…
-
-
Observed with webtrees 2.1.16
If entering a source citation with more than the allowed 248 characters (WHERE_WITHIN_SOURCE:= {Size=1:248}) , webtrees accepts the long citation text. However, when e…
-
My Project 1: Hand code GEDCOM file is not 100 point, who has 100 points on that? Submit your .ged!
-
The discussion of `` says:
> The principal place in which the superstructure’s subject occurred, represented as a [List](https://gedcom.io/specifications/FamilySearchGEDCOMv7.html#list) of jurisdic…
-
The existing familysearch/gedcom SDKs are generic which makes them hard to use. In order to better integrate, a JSON Schema is needed so that code can be auto-generated to match the models and create…
-
while the following snippet can return all names.. having it built in `IndividualElement` would help
```Python
all_names = [a.get_value() for a in individual.get_child_elements() if a.get_tag() == g…