archi-scripting-plugin
archi-scripting-plugin copied to clipboard
jArchi - Scripting for Archi: ArchiMate Modelling Tool
Code I try: ```js console.log([1,2,3]); ``` Actual result: `{}` Expected result: `Array(3) [ 1, 2, 3 ]` (or something similar)
jArchi makes it possible to automate a lot of things. I think that, together with Cheat Sheets (which are an interesting but motly hidden feature of Archi) this would allow...
As more and more people use jArchi, it now become important in enterprise contexts to be able to harmonize scripts that are deployed on each Archi setup. For the moment...
Even with a nice and clean subtree, a 'search' box in the Script Manager would be a quick way to filter (whatever the subfolder) scripts whose names contain 'Import' (I...
Please, as this can be done with the Gui.
It would be great to have a possibility to start Archi UI menu actions via a Jarchi script without having indepth knowledge of the underlying Archi java software architecture. Maybe...
_This is a note to self for my future experimentations_ ATM it is possible to open a browser window (in fact a "Tab" in the UI) which either load an...
### Description I am using jArchi to automatically import documentation that is HTML formatted. It is unclear to me in what way I can encode the text to show it...
### jArchi Version 1.7 ### Archi Version 5.4.2 ### Operating System Linux Mint Cinnamon 64bit ### Description Async scenarios lead to the following checkmate : - **Case 1:** If a...