camunda / camunda-modeler

An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
https://camunda.com/products/modeler
MIT License
1.49k stars 476 forks source link

Plugins folder and element-templates folder in different locations on Mac #597

Closed felix-mueller closed 5 years ago

felix-mueller commented 7 years ago

On macOS you have to add plugins to the folder: /Users/{user_name}/Library/Application Support/camunda-modeler/plugins For element-templates following folder is used: /Users/{user_name}/Library/Application Support/camunda-modeler/resources/element-templates

From my point of view one should follow the same structure for element-templates & plugins, so that we have either: /Users/{user_name}/Library/Application Support/camunda-modeler/plugins /Users/{user_name}/Library/Application Support/camunda-modeler/element-templates or /Users/{user_name}/Library/Application Support/camunda-modeler/resources/plugins /Users/{user_name}/Library/Application Support/camunda-modeler/resources/element-templates

philippfromme commented 7 years ago

Same problem on Windows. We should fix that to avoid confusion.