archi-scripting-plugin icon indicating copy to clipboard operation
archi-scripting-plugin copied to clipboard

jArchi - Scripting for Archi: ArchiMate Modelling Tool

Results 19 archi-scripting-plugin issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello! Is it possible to add Text clipping workaround as a parameter of **.renderViewToPDF()** function? I'm using jArchi script for batch PDF export and need this parameter to fix issues...

Hi there, not a bug just a small "feature request". Not sure it is the right way to ask this, so forgive me if I'm doing it wrong, should I...

This is to track the work of @jbsarrodie to implement debugging of scripts in MS Edge and Chrome browsers. Dev branch: `dev-jb`.

I have created some scripts that update diagrams based on changes in the model. I ran into a situation where a newly added group would cover model elements previously added...

### Version of jArchi, Operating System * Archi: 5.0.2.202304051112 * Platform: windows 10 * Javascript engine: GraalVM * jArchi plugin: 1.4.0.202303211027 ### Expected Behaviour A test with .is("*") should return...

It would be great to have REPL capabilities in console, similar to what we have in web browsers. This way it would be much easier to start working with live...

Should be able to move a diagram object to new parent. JB suggests: > Maybe we could extend object.add(element, x, y, width, height) so that it accepts also a visual...

Hi! Current API allows to export to SVG using $.model.renderViewToSVG(view, filePath, setViewBox) Would it be possible to add viewBoxBounds optional parameter to enter min_x, min_y, width and height as seen...

### Version of jArchi, Operating System Archi Version: 4.8.1 (tested on 4.7.# as well) jArchi Version: 1.10.202101121529 MacOS: 10.15 ### Expected Behavior I'm making an assumption as to how this...

jArchi is really cool and powerful, and we are using it extensively for all sorts of things like integration with external systems or validation tasks. Thanks for that ! Logging...