Difference between revisions of "Addon:Collections Clipboard Gramplet"

From Gramps
Jump to: navigation, search
(Clipboard Gramplet)
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Plugins]][[Category:Developers/General]]
+
{{Third-party plugin}}
  
== Clipboard Gramplet ==
+
[[Image:ClipboardGramplet.png|right|thumb|350px|Clipboard Gramplet]]
  
[[Image:ClipboardGramplet.png]]
+
The Clipboard Gramplet provides an easy way to create collections of objects which are persistent over time.
 +
 
 +
You can select multiple items from any of the list views (except currently Family) and drag and drop them onto the Clipboard Gramplet.
 +
 
 +
To delete entries, select them and press the delete key.
  
The Clipboard Gramplet provides an easy way to create collections of objects which are persistent over time.
+
Double-click selections to bring up the object editor.
 +
 
 +
Select one (or more) items, and then right-click gives the following popup menu options:
 +
 
 +
* '''See Item details''' - will show the first selected item in an editor
 +
* '''Make Item active''' - will make the first selected item active in the item view
 +
* '''Create Filter from selected Items''' - will turn all of the selected items (which are of the same type as the first selected item) into a filter
 +
 
 +
Clipboards will remain persistent between sessions, and you can mix items from different databases. However, you can't currently drag and drop items from one database into another.
 +
 
 +
You can sort the columns (type, title, and value) of the gramplet.
 +
 
 +
Clicking on the title of the gramplet allows you to rename the frame.
 +
 
 +
You can watch the [http://www.youtube.com/watch?v=hoTvwvteJjk Clipboard Gramplet in action].
 +
 
 +
== Future Work ==
 +
 
 +
# grey out unavailable rows, rather than removing text {{bug|???}}
 +
# enable search (add to ScratchPad)  {{bug|???}}
 +
# allow control+c to copy items to the clipboard {{bug|???}}
 +
 
 +
[[Category:Plugins]]
 +
[[Category:Developers/General]]
 +
[[Category:Gramplets]]

Revision as of 05:13, 3 November 2014

Gramps-notes.png

Please use carefully on data that is backed up, and help make it better by reporting any comments or problems to the author, or issues to the bug tracker
Unless otherwise stated on this page, you can download this addon by following these instructions.
Please note that some Addons have prerequisites that need to be installed before they can be used.
This Addon/Plugin system is controlled by the Plugin Manager.


Clipboard Gramplet

The Clipboard Gramplet provides an easy way to create collections of objects which are persistent over time.

You can select multiple items from any of the list views (except currently Family) and drag and drop them onto the Clipboard Gramplet.

To delete entries, select them and press the delete key.

Double-click selections to bring up the object editor.

Select one (or more) items, and then right-click gives the following popup menu options:

  • See Item details - will show the first selected item in an editor
  • Make Item active - will make the first selected item active in the item view
  • Create Filter from selected Items - will turn all of the selected items (which are of the same type as the first selected item) into a filter

Clipboards will remain persistent between sessions, and you can mix items from different databases. However, you can't currently drag and drop items from one database into another.

You can sort the columns (type, title, and value) of the gramplet.

Clicking on the title of the gramplet allows you to rename the frame.

You can watch the Clipboard Gramplet in action.

Future Work

  1. grey out unavailable rows, rather than removing text ???
  2. enable search (add to ScratchPad) ???
  3. allow control+c to copy items to the clipboard ???