Inkscape.org
Creating New Extensions Block Connector
  1. #1
    inklinea inklinea @inklinea⛰️

    This is something I wrote as an example on the forum last year.

    Just automates the drawing of Inkscape connectors between objects.

    If you needed this functionality - the code is very straightforward - just edit a couple of style settings - or maybe write a custom .inx :)

       # #############################################################################
        #  Block Connector - An Inkscape Extension
        #  Appears in 'Extensions>Arrange
        #  Just a simple example of shapes can be connected with Inkscape connectors
        #  Connections follow the selection order
        #  Assign a shortcut in Inkscape Edit>Preferences>Interface>Keyboard to inklinea.block_connector.noprefs
        #  For shortcut triggered objects to new layer with last settings
        #  Requires Inkscape 1.1+ -->
        # #############################################################################
    
    Peek 2022 04 21 20 55