Skip to content

Instantly share code, notes, and snippets.

@projetnumero9
projetnumero9 / findOrCreate.ajs
Created June 21, 2025 18:14 — forked from risc12/findOrCreate.ajs
Find or Create Archi Elements
/**
* Archi Script: Find or Create Element
*
* This script provides a user interface for finding existing elements
* or creating new elements in Archi diagrams. It uses a custom SelectionPalette
* to display and filter elements, and allows for quick element creation and placement.
*
* Element will be placed at the location of the cursor.
*
* Personally I have mapped this to cmd+p.