Regarding name suffixes and prefixes in the person properties #706
-
|
In the person notes, when we enter, for example. name: Aegon Targaryen, or name: Hans von Duisburg should we use only names themselves or with all prefixes and suffixes (Aegon V Targaryen, Hans von Duisburg, Dr. John Smith, Dame Olivia X. )? The wiki is not very clear regarding it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Oh, good question. The short version is: If you also care about genealogical precision or clean GEDCOM export, there are separate optional properties for the structured pieces. These are what the plugin reads/writes when importing or exporting GEDCOM (importing a tree fills them in automatically):
They're optional and they don't change what's displayed, they just keep the data structured. So a practical setup: name: Dr. John Smith Jr.
name_prefix: Dr.
name_suffix: Jr.One heads-up: right now the prefix/suffix fields aren't in the Add/Edit Person form; you'd add them directly in the note's properties (or they arrive via import). I'll get the wiki updated to spell this out, since it isn't clear today, and just filed #709. |
Beta Was this translation helpful? Give feedback.
-
|
Quick follow-up on this. In the next release the Add / Edit Person modal now has Name prefix, Name suffix, and Surname prefix fields, so you can fill in those structured name parts straight from the form rather than editing the note's properties by hand. |
Beta Was this translation helpful? Give feedback.
Oh, good question. The short version is:
nameis your display name, so put it in whatever form you want to see.nameis what shows on the family-chart cards and in links between notes, and it defaults to the note's title. It's treated as free text, nothing requires a bare "First Last". SoAegon V Targaryen,Hans von Duisburg, andDr. John Smithare all fine as-is.If you also care about genealogical precision or clean GEDCOM export, there are separate optional properties for the structured pieces. These are what the plugin reads/writes when importing or exporting GEDCOM (importing a tree fills them in automatically):
name_prefix- titles like Dr., Rev., Damename_suffix- generational su…