252
edits
Changes
From Gramps
→F: Consistent indenting
;<span id="file format">File formats</span>:
: File formats repackage the Tree database information for archiving, data exchange with other software or display.
:: * '''[[Gramps_{{man version}}_Wiki_Manual_-_Manage_Family_Trees#Importing_data|Import]] formats:''' GRAMPS v2.x database (obsolete) <code>.grdb</code>, Comma Separated Values <code>.csv</code> with [[Gramps_{{man version}}_Wiki_Manual_-_Settings#CSV_Dialect|configurable delimiter dialects]], GEDCOM (Genealogical Data Communication) <code>.ged</code>, GeneWeb <code>.gw</code>, Pro-Gen <code>.def</code>, vCard (virtual contact card) <code>.vcf</code>, JSON (JavaScript Object Notation) <code>.json</code>, SQLite <code>.sql</code>:: * '''[[Gramps_{{man version}}_Wiki_Manual_-_Manage_Family_Trees#Exporting_data|Export]] formats:''' Gramps native XML format (compressed & uncompressed variants) <code>.gramps</code>, Gramps Package (Gramps XML plus media) <code>.gpkg</code>, GEDCOM (Genealogical Data Communication) <code>.ged</code>, GeneWeb <code>.gw</code>, Web Family Tree (a GEDCOM variant) <code>.ged</code>, vCalendar <code>.ics</code>, vCard (virtual contact card) <code>.vcf</code>:: * [[Output_formats|'''Output formats''']] including: Comma Separated Values <code>.csv</code> with [[Gramps_{{man version}}_Wiki_Manual_-_Settings#CSV_Dialect|configurable delimiter dialects]], Data-Driven Documents (D3) <code><code>.d3</code></code>, Graphviz graph description language <code>.dot</code>, Hypertext Markup Language <code>.html .htm</code>, LaTeX <code>.tex</code>, Open Document Text <code>.odt</code>, Portable Document Format <code>.pdf</code>, Plain Text <code>.txt</code>, PostScript <code>.ps</code>, Print (hardcopy), Rich Text Format <code>.rtf</code>, Scalable Vector Graphics <code>.svg</code>, vCard (virtual contact card) <code>.vcf</code>, Extensible Markup Language <code>.xml</code>
;<span id="filter">Filter</span>:
:A [[Gramps_{{man version}}_Wiki_Manual_-_Filters|filter]] (<abbr title="also known as — abbreviation used to indicate another name that a person/thing has/uses">''aka''</abbr> query) in a database finds (or hides by 'filtering out') records, displaying only those records that match certain criteria. (The criteria are comparison or query [[#rule|rules]] describing some attribute of a record.) Layers of criteria can be applied but each layer requires additional processing and slows performance of the interface. <br />The [[Gramps_{{man version}}_Wiki_Manual_-_Filters#Filter_vs._Search|basic Search]] is a single criteria filter. The search value is compares only one attribute of a record that has been selected from a pop-up menu. <br />: The '''[[Gramps_{{man version}}_Wiki_Manual_-_Gramplets#Filter|Filter Gramplets]]''' will compare several predefined common attributes simultaneously with simplified access to changing the search value. The default is for exact matching but [[Gramps_{{man version}}_Wiki_Manual_-_Filters#Regular_Expressions|Regular Expressions (RegEx)]] can be used for pattern matching. A Custom Filter may be also layered in. <br />: A [[Gramps_{{man version}}_Wiki_Manual_-_Filters#Custom_Filters|Custom Filter]] adds richly complex [[#rule|Rules]]-based comparison with [[Example_filters|layers of intersection]] options for those rules. Custom Filters allow repeatable filters to be created with pre-defined rules and values to be matched. Beyond interactively hiding (or revealing) records in views, Custom Filters are used to set limits for exporting, setting scopes for reports, and targeting tool actions.<br />In addition to the [[Gramps_{{man version}}_Wiki_Manual_-_Filters#Which_filter_rules_in_which_Category.3F|builtin rules]] for filtering, [[Addon:Rule expansions]] are available for Custom Filters.
==G==