5.2 Builtins
Contents
The Plugin Framework
This page lists plug-ins packaged with each release of Gramps... the "builtins". There are also dozens of plug-ins that are Third-party Addons, written by users and developers to work only with Gramps version 5.2. |
Gramps comes with a core set of plugins which provide the primary features in a framework that allows expansion.
Customizing the core set of plugins
However, you can also customize this core set. These plugins include reports, filters, View modes, Gramplets, support for various import/export file formats, and more.
From Gramps Preferences, you can check for available extra (or updated) addons and select which to download. Then, they will be retrieved from the internet from the Gramps-Project file server and installed locally on your computer.
Once installed, an addon is found in the same place as a builtin feature of the same Type. That is, Tool addons become new menu items on the Tools menu... while addon Gramplets become new choices in the appropriate Category View sidebar, bottombar or Dashboard options.
Installed addons can be enabled or disabled via the Plugin Manager.
Can not find it? The Plugin Manager is good place to search when a feature is being elusive. |
Plugin List
Addons are listed inside of Gramps through the interface described above. The Plug-in Manager list includes the builtin Gramplets as well as any downloaded third party addons... such as those in the following list.
for details of on each columns. |
Plugin / Documentation | Type | Image | Description | Use | Rating (out of 4) | Contact | Download |
---|---|---|---|---|---|---|---|
Legacy | Citation | Plugin to replicate Citations in Gramps v1.0 to v5.1 | |||||
Addons for other version 5 of Gramps
Addons for other versions of Gramps can be found on the following pages
See also
- Gramps 5.2 Wiki Manual - Command Line
- Plugins Command Line (Needs to be incorporated into user manual)
- Builtin Gramplets - Gramplets
- Addon:Rule expansions (3rd party addons to supplement builtin rules)
- Inspect the current updates /listings/addons-en.txt file in the Where to check: https://raw.githubusercontent.com/gramps-project/addons/master/gramps52 URL in the Third party addons management in the General tab of the Edit ➡ Preferences
- Discourse forum thread discussing how the addons.txt entries are generated
- The Isotammi project addons list.
Writing an Addon/Plugin
- Addons development
- Writing a plugin for general information on developing addons
- Report-writing tutorial