Difference between revisions of "User:CallMeDave"

From Gramps
Jump to: navigation, search
(manual install)
(Interesting addons)
(20 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
==Interesting addons==
 
==Interesting addons==
 
* [[Addon:Isotammi addons]] - not part of Gramps addons but can be installed very easily.
 
* [[Addon:Isotammi addons]] - not part of Gramps addons but can be installed very easily.
** SuperTools - very promising allows scripts.
+
** SuperTools - excellent tool allows scripts, should be part of Gramps by default!
 
* [[Addon:GeneanetForGramps]] - unreleased
 
* [[Addon:GeneanetForGramps]] - unreleased
 +
* [[Addon:Lxml Gramplet]] (includes "etree Gramplet" )  (explore more but on Linux )  {{man menu|has some errors I need to report.}}
 +
* [[Addon:CardView]] - unreleased
 +
* https://github.com/jmichault/PersonFS "PersonFS is a gramplet to interface gramps with familysearch.com." [https://gramps.discourse.group/t/sources-and-citations-some-thoughts/2899/45][https://www.geneanet.org/forum/viewtopic.php?p=2272796#p2272796 From this post on Gramps Geneanet Forum [fr] (which include some screenshots)] "Note: it works only on Linux platforms; it needs asynchio Python library unavailable on Windows version of Gramps."
  
==Check if need to be moved to Addon: namespace?==
+
==Gramps info==
 +
===New widget: interactive searchbox. Use our own interactive-search box to get it.===
 +
Introduced in Gramps 4.2.0 (mentioned on Whats New page )
 +
# more efficient (binary search on sorted columns).
 +
# customizable (delayed by 150ms launch of search to avoid text scrambling)
  
===active===
+
https://gramps-project.org/wiki/index.php/Gramps_4.2_Wiki_Manual_-_What%27s_new%3F#GUI
====download from plugin manager====
 
* https://gramps-project.org/wiki/index.php/Addon:Detailed_Descendant_Report_With_All_Images  ( moved but needs images )
 
  
====manual install====
+
https://gramps-project.org/wiki/index.php/Gramps_5.1_Wiki_Manual_-_Navigation#Finding_records
* [[Addon:Lxml Gramplet]] (includes "etree Gramplet" )  (moved need to explore more but on Linux )
 
* https://gramps-project.org/wiki/index.php/Granite_Gramplet (experimental Gramplet )
 
  
===need to check===
+
https://gramps.discourse.group/t/where-is-the-find-box-code/2505
* https://gramps-project.org/wiki/index.php/SetMarkerTool  ( What's a Marker ? replace with Tag's! )
 
* https://gramps-project.org/wiki/index.php/SetTagTool (possibly renamed to AddRemoveTagTool ? https://gramps-project.org/wiki/index.php/Addon:AddRemoveTagTool )
 
* https://gramps-project.org/wiki/index.php/Filtered_Descendant_Report ( proof-of-concept addon Source code for Gramps 3.4 available)
 
* https://gramps-project.org/wiki/index.php/LocationsReport (Incomplete Addon - code available from this page only )
 
  
====Obsolete - Code no longer available or ever released ====
+
https://github.com/gramps-project/gramps/blob/master/gramps/gui/widgets/interactivesearchbox.py
* https://gramps-project.org/wiki/index.php/FamilyGroups (Obsolete - Code no longer available )
+
 
* https://gramps-project.org/wiki/index.php/Gramps-tweet (Unreleased Addon for Gramps 3.3) no code avaiable
+
Press Ctrl-F to open the searchbox on any of the list or just give the list focus (select a line) and start typing
 +
 
 +
* 150ms is 0.15 seconds ( quarter of a second)
 +
** Whats new mentions the timing is customizable ; so 1000ms is 1 second  ( [https://github.com/gramps-project/gramps/blob/48fa8f33052aca542324143a448fc16d60535ed1/gramps/gui/widgets/interactivesearchbox.py#L59 line 59 shows: _SEARCH_DIALOG_LAUNCH_TIMEOUT = 150]  and changing that works!
 +
 
 +
If nothing is typed then after 5 seconds ( 5000ms ) the box goes away ( _SEARCH_DIALOG_TIMEOUT = 5000 )
  
===integrated into Gramps===
 
* https://gramps-project.org/wiki/index.php/Familylines_plugin (The FamilyLines plugin was integrated into Gramps 3.x)
 
* https://gramps-project.org/wiki/index.php/FaqGramplet (This is included with Gramps 3.4 and above)
 
* https://gramps-project.org/wiki/index.php/GeoViewHelp (Geography addon GeoView based on OsmGpsMap has been integrated into Gramps 3.3)
 
** * https://gramps-project.org/wiki/index.php/GeoView (older original GeoView addon that was based on webkit/gtkmozembed)
 
* https://gramps-project.org/wiki/index.php/Plugin_Manager_Gramplet  (Built-in to Gramps 3.4 and higher /  original addon manager before builtin!)
 
* https://gramps-project.org/wiki/index.php/RelatedPersons (Obsolete - Looks to have been merged into Gramps, sometime in the past. )
 
  
 
==Watching==
 
==Watching==
 +
* https://gramps-project.org/wiki/index.php/Talk:5.1_Addons
 
* [[Lossless GEDCOM Export]]
 
* [[Lossless GEDCOM Export]]
 
* [[Adapt a built-in Report]]
 
* [[Adapt a built-in Report]]
 
+
* [[Handler List]]
==Pages I've edited==
 
 
* [[Previous releases of Gramps]]
 
* [[Previous releases of Gramps]]
 
* [[Build from source]]
 
* [[Build from source]]
 +
* [[Template:Backup Omissions]] - list of settings in Gramps that are not transferred in the Gramps XML Backup!
  
 +
==Handy wiki code==
 
* [ [ Category:Deletion request]]
 
* [ [ Category:Deletion request]]
 
  
 
==Project info==
 
==Project info==

Revision as of 21:18, 7 November 2022

Hello Call me Dave

I try to help out others on the Gramps Reddit.

Interesting addons

Gramps info

New widget: interactive searchbox. Use our own interactive-search box to get it.

Introduced in Gramps 4.2.0 (mentioned on Whats New page )

  1. more efficient (binary search on sorted columns).
  2. customizable (delayed by 150ms launch of search to avoid text scrambling)

https://gramps-project.org/wiki/index.php/Gramps_4.2_Wiki_Manual_-_What%27s_new%3F#GUI

https://gramps-project.org/wiki/index.php/Gramps_5.1_Wiki_Manual_-_Navigation#Finding_records

https://gramps.discourse.group/t/where-is-the-find-box-code/2505

https://github.com/gramps-project/gramps/blob/master/gramps/gui/widgets/interactivesearchbox.py

Press Ctrl-F to open the searchbox on any of the list or just give the list focus (select a line) and start typing

If nothing is typed then after 5 seconds ( 5000ms ) the box goes away ( _SEARCH_DIALOG_TIMEOUT = 5000 )


Watching

Handy wiki code

  • [ [ Category:Deletion request]]

Project info