This file contains 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
/* | |
* Generate a Markdown Report of all Views in a Selected Folder | |
* | |
* Based on smileham/Export to Markdown.ajs - https://gist.github.com/smileham/578bbbb88dc0ed5a1403f3b98711ec25 | |
* (c) 2018 Steven Mileham | |
* | |
* | |
* Requires jArchi - https://www.archimatetool.com/blog/2018/07/02/jarchi/ | |
* | |
* Markdown - https://www.markdownguide.org/ |
This file contains 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 Selected Folder in Source Model to New Target Model | |
* | |
* https://gist.github.com/fanievh/4ec7d14247616846f3d16b5e22dc80a9 | |
* | |
* This script copies a selected subset of a source model to a target model. The folder selected | |
* in the source model, will become the top level folder in the Views folder in the target model. Only | |
* elements, relationships, diagram objects, connections and images on any of the views in the selected | |
* folder in the source model, will be created in the target model. | |
* |