# Various

# Batch Task

Source: [<span>https://github.com/heyzec/Inkscape-Extensions</span>](https://github.com/heyzec/Inkscape-Extensions)

[![grafik.png](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/scaled-1680-/KXXDP5Dtwe2KR7OL-grafik.png)](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/KXXDP5Dtwe2KR7OL-grafik.png) [![grafik.png](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/scaled-1680-/pKzu2xLMbU0o4ikl-grafik.png)](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/pKzu2xLMbU0o4ikl-grafik.png)

[![grafik.png](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/scaled-1680-/TGvibGfhECoZmrFI-grafik.png)](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/TGvibGfhECoZmrFI-grafik.png)

# Delete Above

Delete the selected node(s) and any other nodes that are completely within the bounding-boxes of the selected nodes that have a greater z-order. Simply put: you select a "background" rectangle, then use this plugin to delete it and everything that appears on top of it.

## Take some drawing and select the target object

[![grafik.png](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/scaled-1680-/niR2YFiOxIuTcYMX-grafik.png)](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/niR2YFiOxIuTcYMX-grafik.png)

## Run the extension and get the result

[![grafik.png](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/scaled-1680-/7WjCtCQPPR8qfYTR-grafik.png)](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/7WjCtCQPPR8qfYTR-grafik.png)

# Edit Attributes

Edits an attribute on all selected elements. Available edit options:

- set sets new value of attribute (adds attribute if necessary)
- append adds new value to the end of current value of attribute
- prefix adds new value to the beginning of current value of attribute
- subtract deletes the given value string from current value of attribute
- remove deletes attribute of given name

[![grafik.png](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/scaled-1680-/CY54obaukZGaOT8W-grafik.png)](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/CY54obaukZGaOT8W-grafik.png)

# Import Attributes

Imports attribute values from given text file. Lines in the file must be in format `elementId,attributeName,value`. Malformed ids will be skipped (you will get a warning).

## Get the items you want to modify

[![grafik.png](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/scaled-1680-/D5tioDls5YplGz0t-grafik.png)](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/D5tioDls5YplGz0t-grafik.png)

## Run the extension

Select the file you want to import data from. Example: `C:\Users\test\Desktop\test.txt`

```ini
rect823,y,30
rect823,x,30
rect823,width,130
rect823,height,130
```

[![grafik.png](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/scaled-1680-/jdC8JQXaVSMW82GV-grafik.png)](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/jdC8JQXaVSMW82GV-grafik.png)

## Check the XML tree for changed values

[![grafik.png](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/scaled-1680-/vKh4RV3JZCEEHx2P-grafik.png)](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/vKh4RV3JZCEEHx2P-grafik.png)

# Random Delete

<div class="page view" id="bkmrk-this-extensions-does"><article>This extensions does what it says. It allows to delete with a certain probability each of the selected objects.

<div class="wiki-content" id="bkmrk-"></div></article></div>

# Remove Obsolete Attributes

Remove attributes `sodipodi:absref`, `sodipodi:docbase` and `sodipodi:docname` from all elements that contain them. These attributes contain absolute paths to resources which can pose a security issue. This is a legacy extension and might not be required nowadays.

[![grafik.png](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/scaled-1680-/a5R3XGT6kfilN1RK-grafik.png)](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/a5R3XGT6kfilN1RK-grafik.png)

# Set CSS Class On Elements

Set a CSS class on the selected elements. Their current inline styles will be removed

[![grafik.png](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/scaled-1680-/5jYzdun8sWhtRHID-grafik.png)](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/5jYzdun8sWhtRHID-grafik.png)