One of the imminent changes is the GEDCOM7 addon by @DavidMStraub.
But there were problems where the built-in filetype autodetect sees the .ged and overrides manually chosen GEDCOM7 Addon.
As mentioned in Feature Request 14071, I’d been wanting a vCard importer that supports v2.1 (which my smart phone uses) in addition to the v3. (Given that one of the fairly common assignments in primary school “Social Studies” class is to create a Family Tree, it seemed like students could import their contact list as a starting point with immediate family.) So expanding support to import/export all versions of vCard… but no new data types… seemed an obvious, simple task for an AI. And it would be a good test of issues when an Addon competes with a core plug-in.
This experiment was run because my hope to enhance the vCard import had not caught the interest of developer when mentioned in several Discourse postings since 2020:
- May 2020 Simple Starter question about data input - how? - #27 by emyoulation
- Oct 2020 Import sources in bulk - #5 by emyoulation
- Sep 2021 Novice user UX proposed solution - #6 by emyoulation
- Sep 2021 Diagramming a family tree for the absolute novice
- Apr 2023 GEDCOM Character encoding mismatch
- Aug 2023 Researcher meta-data record - #2 by emyoulation
- Aug 2024 Using Gramps as Task App - #19 by emyoulation
- Sep 2024 Import Text Gramplet (Unrecognized imported Death) - #2 by emyoulation
- Oct 2024 Conflicts when register several imports with the same extension - #3 by emyoulation
- Nov 2024 What are the Guidelines for Importer/Exporter dialects?
- Feb 2025 Quickest and easiest way to start a Tree
- Dec 2025 Do Importers plugins allow fallbacks? - #8 by emyoulation
So, after prompting Claude to assess the issues and possible options. We generated GEPS 048: Format Negotiation Layer for Import-Export Plugins
I pushed to consider some possible workarounds for while the core was being modified or if the GEPS was rejected.
- Claude came up with a complex idea of a “Meta-Importer” plug-in. It seemed like a plumber’s nightmare and probably too fragile.
- I suggested a low-investment option: fork the built-in plugin, enhance it as an addon, then manually “hide” the original with Plugin Manager enhanced.
Forking the built-in vCard3.0 importer and export plugins was fussy but straight-forward. And I fed to Claude to enhance, stressing that this was a test of the issues related to GEPS 048 and the “forking” workaround approach.
The enhanced version was generated and tested. (available in my GitHub repository of experimental addons. Warning: the enhanced vCard’s .gpr.py has some questionable code.) Using the addon had the expected problem: where the Import Wizard overrode the manual selection of the addon importer and export plugins; using autodetect and the original plug-ins instead.
Result: Manually hiding the original vCard Plugins proved to be a viable workaround.
This is a lightly hacked Plugin Manager Enhanced. Extra diagnostics, extra filters, more searchable registration fields.
See also:
Discourse thread: Do Importers plugins allow fallbacks?
