This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Author: Pedro Duque, George Korobkov | |
| * Version: 0.3 | |
| * Date: 2025-07-25 | |
| * | |
| * PURPOSE: | |
| * This script exports an Archimate view to imported into draw.io (aka diagrams.net). | |
| * | |
| * USAGE: | |
| * - Select a view in Archi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Author: Pedro Duque | |
| * Version: 0.2 | |
| * Date: 2022-12-19 | |
| * | |
| * PURPOSE: | |
| * This script exports an Archimate view to imported into draw.io (aka diagrams.net). | |
| * | |
| * USAGE: | |
| * - Select a view in Archi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Export View to Markdown | |
| * | |
| * Requires jArchi - https://www.archimatetool.com/blog/2018/07/02/jarchi/ | |
| * | |
| * Markdown - https://www.markdownguide.org/ | |
| * | |
| * Version 2: Updated to support Diagram Groups | |
| * Version 2.1: Add check for Selected View | |
| * Version 2.2: Change to regex, added date of export |