Difference between revisions of "Plugin:Citation Formatter"

From Gramps
m (Citation Formatter)
 
Line 3: Line 3:
 
Citation formatters control the format that Bibliography objects use in reports.
 
Citation formatters control the format that Bibliography objects use in reports.
  
The [[Addon_list_legend#cite|CITE plugin]] replicating the default citation format based on the built-in citation system of Gramps 5.1.x and earlier. [[Gramps_5.2_Wiki_Manual_-_What's_new%3F#Under_the_hood_changes|{{new|5.2.0}}]]
+
The [[Addon_list_legend#cite|CITE plugin]] replicating the default citation format based on the builtin citation system of Gramps 5.1.x and earlier. [[Gramps_5.2_Wiki_Manual_-_What's_new%3F#Under_the_hood_changes|{{new|5.2.0}}]]
  
 
== Citation Formatter ==
 
== Citation Formatter ==
Line 9: Line 9:
 
=== Legacy ===
 
=== Legacy ===
  
The '''Legacy''' citation formatter plugin is a built-in [[Addon_list_legend#cite|CITE plugin]] replicating the default citation format based on the built-in citation system of Gramps 5.1.x and earlier.  
+
The '''Legacy''' citation formatter plugin is a builtin [[Addon_list_legend#cite|CITE plugin]] replicating the default citation format based on the builtin citation system of Gramps 5.1.x and earlier.  
  
 
* [https://github.com/gramps-project/gramps/tree/maintenance/gramps52/gramps/plugins/cite <code>gramps/plugins/cite</code>] core plugin source code on GitHub
 
* [https://github.com/gramps-project/gramps/tree/maintenance/gramps52/gramps/plugins/cite <code>gramps/plugins/cite</code>] core plugin source code on GitHub
Line 15: Line 15:
 
=== Enhanced ===
 
=== 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.
+
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 builtin "Legacy" citation formatter.
  
 
* [https://github.com/gramps-project/addons-source/tree/maintenance/gramps52/CiteEnhanced <code>CiteEnhanced</code>] addon plugin source code on GitHub
 
* [https://github.com/gramps-project/addons-source/tree/maintenance/gramps52/CiteEnhanced <code>CiteEnhanced</code>] addon plugin source code on GitHub
Line 23: Line 23:
 
Only some Reports include Bibliographies. (Sometimes called "End Notes")
 
Only some Reports include Bibliographies. (Sometimes called "End Notes")
  
=== Built-ins ===
+
=== Builtins ===
  
 
* [[Gramps_{{man version}}_Wiki_Manual_-_Reports_-_part_6#Detailed_Ancestral_Report|Detailed Ancestral Report]] text report  <small>[https://github.com/gramps-project/gramps/blob/6b758b8067dc47daa718e1ddf45da40578c54866/gramps/plugins/textreport/detancestralreport.py#L63 source]</small>
 
* [[Gramps_{{man version}}_Wiki_Manual_-_Reports_-_part_6#Detailed_Ancestral_Report|Detailed Ancestral Report]] text report  <small>[https://github.com/gramps-project/gramps/blob/6b758b8067dc47daa718e1ddf45da40578c54866/gramps/plugins/textreport/detancestralreport.py#L63 source]</small>

Latest revision as of 05:16, 15 July 2025

Overview

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

The CITE plugin replicating the default citation format based on the builtin 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 builtin CITE plugin replicating the default citation format based on the builtin 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 builtin "Legacy" citation formatter.

Reports

Only some Reports include Bibliographies. (Sometimes called "End Notes")

Builtins

Addons

See also