Skip to content

Instantly share code, notes, and snippets.

@fanievh
fanievh / Generate Markdown Report.ajs
Created October 4, 2023 12:20
Generate a Markdown Report of all Views in a Selected Folder #jArchi
/*
* 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/
@fanievh
fanievh / Export Selected Folder to New Model.ajs
Last active April 25, 2024 14:13
Export Selected Folder in Source Model to New Target Model #jArchi
/*
* 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.
*