Difference between revisions of "Plugin:Citation Formatter"
From Gramps
m (→Citation Formatter) |
m |
||
| Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
| + | 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 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}}]] | ||
| Line 19: | Line 20: | ||
* [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 | ||
| − | [[Category: | + | == See also == |
| + | * [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> | ||
| + | [[Category:Plugin]] | ||
Revision as of 21:10, 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.
gramps/plugins/citecore plugin source code on GitHub
Enhanced
The Enhanced citation formatter is an example addon plugin to be used as reference for development. It adds a Repository data (Name of the Repository and Call Number of the Source) to the standard functionality found in the built-in "Legacy" citation formatter.
CiteEnhancedaddon plugin source code on GitHub
See also
- Bibliography objects
- Discourse discussion: Citation Formatter Aug 2023