How to record a marriage gift recording document?

Hello everyone, I’ve recently come across a document from 1940s used to keep track of who gave which gift in a big wedding. I document is made up of 6 pieces of paper that were scanned digitally, each containing the name of a person and the gift they brought.

I am not sure how I am supposed to record this in gramps. the people who got married aren’t directly related to me as far as I know but many of the gift-bringers are in my family.

should I use a citation, a media element or a combination of the two, should the people in question reference the citation or the media itself?

Welcome!

I have a generic “Scanned Document” source that i would put either on the marriage event or in the family’s Source/Citation tab. Obviously the citation’s date would be the date of the marriage and the Volumn/Page would be the description of the document. Then I would add the scanned pages into the citation’s gallery tab. Maybe a note in the citation detailing how you came into possession of the document.

This is similar to a newspaper article (from Youngstown Vindicator, Vol. XXIV, Page 16
Youngstown, Ohio, Friday Evening, July 18, 1913) that a cousin found with a surprisingly extensive wedding anniversary guest list for another descendant line. The cousin and I are descended from one son (Abraham) of my McCullough 4th Great Grandfather. The subjects of the article are descended through Abraham’s brother, John.

The following exercise yielded good value in new relationship clues. You might find it similarly valuable. I was lucky that the names were grouped with near relatives. Hopefully, your gift registry will have similar proximity clues.

So I had had an AI transcribe the document. Then I established how the bride & groom (William F.3 McCullough; John R.2; William1 McCullough) were associated with me. And then linked the mentioned people with their Gramps profiles. Some were daughter cousins… where I previously had had no clue of their married names or final dispositions!

This single document allowed me to isolate and confirm a LOT more relatives. And to correct the relationships to others.

Thanks guys, really useful suggestions.

This is how I do the same thing using Markdown and wiki-links for lists and tables…

You and a few others have earlier asked about how I use Obsidian, Foam, and Markdown as my research tools, and this is a classic example. In Markdown, I can use a Python script, an LLM with an MCP, or simply internal Regex search-and-replace tools in VS Code or Obsidian to handle the entire process semantically.

When lists or tables contain hundreds or thousands of objects, manually creating links within a Gramps note becomes challenging. This is one of the main reasons I started using Markdown: to be able to create links in source documents that semi-automatically link to existing object notes within my Markdown folder structure (also known as a “Vault” in Obsidian), and to be able to view these connections visually. In the visual network graph in Obsidian or Foam, you can apply colors, sizes, and other meta-attributes to nodes and edges using graph filters. For example, all existing objects can be colored green, while non-existent objects (unresolved links) appear gray or red, and “orphan” notes get their own distinct color. This makes it incredibly easy to spot if you have actually discovered something new, uncovered hidden relationships between objects, or found a new valuable source.

Just as you link to Gramps Objects (like people), I link to objects in the form of Markdown notes—one main note for each “object”. These notes can easily be added to Gramps as media files, including both the object notes and the source notes.

The example you posted is also a perfect use case for how an LLM or VLM can be extremely useful in Gramps: transcribing a document into a Gramps note, searching the database via MCP, suggesting potential objects as targets for internal linking, and formatting the note strictly according to a specific template.


Note: This information is shared for context and workflow illustration only. It is not intended to pivot this specific thread into a discussion about LLMs or external markdown tools.


Author’s Note: This response was translated from my original Norwegian thoughts, structured, and edited for English flow and technical clarity by Google AI (Gemini 3.5), operating strictly under my direction and inputs.