Difference between revisions of "Plugin:Citation Formatter"

From Gramps
m
m
Line 22: Line 22:
 
* [https://github.com/gramps-project/gramps/blob/master/gramps/gen/plug/report/_bibliography.py#L119 Bibliography objects]
 
* [https://github.com/gramps-project/gramps/blob/master/gramps/gen/plug/report/_bibliography.py#L119 Bibliography objects]
 
* Discourse discussion: [https://gramps.discourse.group/t/citation-formatter/3973 Citation Formatter] <small>Aug 2023</small>
 
* Discourse discussion: [https://gramps.discourse.group/t/citation-formatter/3973 Citation Formatter] <small>Aug 2023</small>
[[Category:Plugin]]
+
[[Category:Plugins]]

Revision as of 21:12, 12 April 2024

Overview

Citation formatters control the format that Bibliography objects use in reports.

The CITE plugin replicating the default citation format based on the built-in citation system of Gramps 5.1.x and earlier. — ⚡new for version 5.2.0

Citation Formatter

Legacy

The Legacy citation formatter plugin is a built-in CITE plugin replicating the default citation format based on the built-in citation system of Gramps 5.1.x and earlier.

Enhanced

The Enhanced citation formatter is an example addon plugin to be used as reference for development. It adds Repository data (Name of the Repository and Call Number of the Source) to the standard functionality found in the built-in "Legacy" citation formatter.

See also