Difference between revisions of "Addon list legend"

From Gramps
Jump to: navigation, search
m (Type: add new plugin types)
m (See Also)
Line 61: Line 61:
 
* See the '''[[Third-party Addons#Manually_installed_Addons|Manually installed Addons]]''' section of [[Third-party Addons]] page for more details.
 
* See the '''[[Third-party Addons#Manually_installed_Addons|Manually installed Addons]]''' section of [[Third-party Addons]] page for more details.
 
== See Also ==
 
== See Also ==
* the [https://github.com/gramps-project/gramps/blob/master/gramps/gen/plug/_pluginreg.py#L114 pluginreg.py] module has the current list of plugin types that Gramps can register
+
* the [https://github.com/gramps-project/gramps/blob/master/gramps/gen/plug/_pluginreg.py#L114 _pluginreg.py] module has the current list of plugin types that Gramps can register
 
[[Category:Addons|*]]
 
[[Category:Addons|*]]
 
[[Category:Plugins|*]]
 
[[Category:Plugins|*]]
 
[[Category:Reports|*]]
 
[[Category:Reports|*]]

Revision as of 11:46, 25 August 2023

Gramps-notes.png
Legend information

about each column in the Gramps Third-party Addons List.

Addon / Documentation

This is a link to documentation on this Addon. Users should read the documentation before installing any Addons.

Type

There are a variety of types of plugins/addons, including:

  • Database (DATABASE) - add support for another database backend.
  • Importer (IMPORT) - adds additional file format import options to Gramps
  • Exporter (EXPORT) - adds additional file format export options to Gramps
  • Gramplet (GRAMPLET) - adds a new interactive interface section to a Gramps view mode, which can be activated by right-clicking on the dashboard View or from the menu of the Sidebar/Bottombar in the other view categories.
  • Gramps View (mode) (VIEW) - adds a new view mode to the list of views available within a View Category
  • Map Service (MAPSERVICE) - adds new mapping options to Gramps
  • Plugin lib (GENERAL) - libraries that are present giving extra functionality. Can add, replace and or modifies built-in Gramps options.
  • Quickreport/Quickview (QUICKREPORT) - a view that you can run by right-clicking on object, or if a person quickview, then through the Quick View Gramplet
  • Report (REPORT) - adds a new output report / includes Website - output a static genealogy website based on your Gramps Family Tree data.
  • Rule (RULE) - adds new filter rules.
  • Tool (TOOL) - adds a utility that helps process data from your family tree.
  • Doc creator (DOCGEN)
  • Relationships (RECALC)
  • Sidebar (SIDEBAR)
  • Thumbnailer (THUMBNAILER)
  • Citation formatter (CITE)

Image

An image of the addon.


Description

A brief description of the addon.

Use

The Use column indicates who might receive the most benefit out of the addon. Common categories of users:

  • All
  • Developer
  • Beginning user
  • Normal user
  • Intermediate user
  • Expert user

Rating (out of 4)

The Rating should give an indication of the software development state of the addon:

  • 0 Star - initial version, basic framework defined, does not work correctly, please help
  • 1 Star - partially working with some functionality, but much more work is needed; needs testing
  • 2 Stars - about half done, works, but more work is needed for it to be complete; needs more testing
  • 3 Stars - some known issues, but mostly complete
  • 4 Stars - complete, works well, fully tested

Contact

Use the shown link to report issues or request features, or provide feedback to the author.

Download

Use this link to download the addon for manual installation if you do not have an Internet connection.

See Also

  • the _pluginreg.py module has the current list of plugin types that Gramps can register