Changes between Version 4 and Version 5 of Help/Plugin/ExtendedClipboard


Ignore:
Timestamp:
2025-05-31T19:50:17+02:00 (7 months ago)
Author:
anonymous
Comment:

Added description for node template list.

Legend:

Unmodified
Added
Removed
Modified
  • Help/Plugin/ExtendedClipboard

    v4 v5  
    99**This panel can contain up to 10 distinct clipboards (per layer) to store and restore selections.
    1010
    11 == Usage ==
     11=== Usage ===
    1212
    1313Select objects in the map view and press **`D`** or click on button [[JOSMImage(dialogs/add)]] to add those objects to the selected clipboard. To add the object to a new clipboard press **`Ctrl+Shift+D`** or hold **`Ctrl`** and click [[JOSMImage(dialogs/add)]].
     
    7676|| Delete selected clipboard ||\
    7777|| Deletes the selected clipboard (all objects stored are lost for reselection). ||
     78
     79== Node Template List Panel ==
     80
     81[[Image(nodetemplatelist.png)]]
     82
     83[[Image(nodes.svg, 48px, middle)]] ''keyboard shortcut'': **`Ctrl+Shift+Alt+B`**
     84
     85**This panel can store templates for node creation.
     86
     87=== Usage ===
     88
     89To add node templates select nodes in the map view and click on button [[JOSMImage(dialogs/add)]]. The templates will be added to the list for each node that has at least one tag.
     90
     91To create a new node from the template double click on a template or select it and click on the [[JOSMImage(copy,32px,middle)]] button. The new node is then stored inside the JOSM clipboard and can be added to the map view with **`Ctrl+V`** or by choosing **Paste** from the **Edit** menu.
     92
     93The node template list is saved for future JOSM sessions.
     94
     95=== Context menu ===
     96
     97||  [[JOSMImage(dialogs/add)]]  ||\
     98|| Create new node templates from selected nodes ||\
     99|| Adds new node templates to the list from all selected nodes that have at least one tag. ||
     100||  [[JOSMImage(dialogs/edit)]]  ||\
     101|| Edit name of selected node template ||\
     102|| Shows an input dialog to change the name of the selected node template. ||
     103||  [[JOSMImage(copy,32px,middle)]]  ||\
     104|| Copy new node from selected template to JOSM clipboard ||\
     105|| Create a new node from the selected node template and store it in the JOSM clipboard. ||
     106||  [[JOSMImage(dialogs/delete)]]  ||\
     107|| Delete selected node template ||\
     108|| Deletes the selected node template. ||