# Finding a custom addon in the Gramps GUI

**URL:** https://gramps.discourse.group/t/finding-a-custom-addon-in-the-gramps-gui/8681
**Category:** Development
**Tags:** third-party-addon
**Created:** [October 17, 2025, 5:28pm UTC](https://gramps.discourse.group/t/finding-a-custom-addon-in-the-gramps-gui/8681 "2025-10-17T17:28:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Ludde](https://yyz2.discourse-cdn.com/free1/user_avatar/gramps.discourse.group/ludde/32/2009_2.png) [@Ludde](https://gramps.discourse.group/u/Ludde)
#### Post date: [October 17, 2025, 5:28pm UTC](https://gramps.discourse.group/t/finding-a-custom-addon-in-the-gramps-gui/8681/1 "2025-10-17T17:28:05Z")

</div>

I have made custom addon/gramplet which I can’t find in the actual program.

I have a directory in the plugins directory with a .gpr.py and .py file. The .gpr.py looks like this:

> register(
> 
> ```
> GRAMPLET,
> 
> gramplet = SourceFromString,
> 
> gramps_target_version = "6.0",
> 
> status = STABLE,
> 
> name = "Source Creator from String",
> 
> description = "Create Sources and Citations from ArkivDigital reference",
> 
> version = "1.0.0",
> 
> fname = "SourceFromString.py"
> 
> ```
> 
> )

Where can I expect to see it? I don’t see it in the [addon manager](https://gramps-project.org/wiki/index.php/Gramps_Glossary#addon)

---

<div class="post-metadata">

### Author: ![kmikkels](https://yyz2.discourse-cdn.com/free1/user_avatar/gramps.discourse.group/kmikkels/32/2317_2.png) [@kmikkels](https://gramps.discourse.group/u/kmikkels)
#### Post date: [October 17, 2025, 6:11pm UTC](https://gramps.discourse.group/t/finding-a-custom-addon-in-the-gramps-gui/8681/2 "2025-10-17T18:11:02Z")

</div>

Try to add a gramplet in the dashboard, you should be able to see your gramplet

---

<div class="post-metadata">

### Author: ![emyoulation](https://yyz2.discourse-cdn.com/free1/user_avatar/gramps.discourse.group/emyoulation/32/67_2.png) [@emyoulation](https://gramps.discourse.group/u/emyoulation)
#### Post date: [October 18, 2025, 12:55pm UTC](https://gramps.discourse.group/t/finding-a-custom-addon-in-the-gramps-gui/8681/3 "2025-10-18T12:55:26Z")

</div>

Perhaps you would be willing to share your Grampet’s source too? Maybe share it as a new repository in your GitHub profile?

We need a test case of a gramplet with translatable non-english source strings. (For testing a Weblate cross-referencing experiment.) This ArkivDigital related tool (wrapped in a gramplet) seems like it would be ideal.

The description sounds similar to an Isotammi tool ([Generate source citations from notes](https://www.gramps-project.org/wiki/index.php/Addon:Isotammi_addons#Generate_source_citations_from_notes)). Rather than ArkivDigital, the tool by @kku generates SSHY source citations from Suomen Sukuhistorisallinen yhdistis ry (SSHY, “Suomen” - Finland’s, “Sukuhistoriallinen” - Family Historical, “yhdistys” - Association, “ry” - Registered Association)

---

<div class="post-metadata">

### Author: ![system](https://global.discourse-cdn.com/free1/uploads/gramps/original/1X/2ac1e712b7adf612e31ca08a55419f4cf37c0158.png) [@system](https://gramps.discourse.group/u/system)
#### Post date: [November 17, 2025, 12:55pm UTC](https://gramps.discourse.group/t/finding-a-custom-addon-in-the-gramps-gui/8681/4 "2025-11-17T12:55:50Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
