{"id":19767221,"url":"https://github.com/camunda/camunda-modeler-plugins","last_synced_at":"2025-04-12T18:46:05.283Z","repository":{"id":21488040,"uuid":"86327897","full_name":"camunda/camunda-modeler-plugins","owner":"camunda","description":"Plugins for the Camunda Modeler.","archived":false,"fork":false,"pushed_at":"2025-02-24T13:45:17.000Z","size":928,"stargazers_count":172,"open_issues_count":3,"forks_count":71,"subscribers_count":28,"default_branch":"main","last_synced_at":"2025-04-03T21:12:33.610Z","etag":null,"topics":["bpmn","camunda","cmmn","dmn","modeler","plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/camunda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-27T11:36:04.000Z","updated_at":"2025-03-13T06:29:30.000Z","dependencies_parsed_at":"2023-12-21T12:58:05.519Z","dependency_job_id":"b0955259-3b61-4114-b912-31213d4259df","html_url":"https://github.com/camunda/camunda-modeler-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camunda%2Fcamunda-modeler-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camunda%2Fcamunda-modeler-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camunda%2Fcamunda-modeler-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camunda%2Fcamunda-modeler-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camunda","download_url":"https://codeload.github.com/camunda/camunda-modeler-plugins/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248617498,"owners_count":21134191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bpmn","camunda","cmmn","dmn","modeler","plugin"],"created_at":"2024-11-12T04:28:36.283Z","updated_at":"2025-04-12T18:46:05.262Z","avatar_url":"https://github.com/camunda.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e Looking for a starting point to create you own plugin? Checkout our [plugin starter project](https://github.com/camunda/camunda-modeler-plugin-example) or consult the [plugins documentation](https://docs.camunda.io/docs/components/modeler/desktop-modeler/plugins/).\r\n\r\n\r\n# Camunda Modeler Plugins :electric_plug:\r\n\r\n[![CI](https://github.com/camunda/camunda-modeler-plugins/actions/workflows/CI.yml/badge.svg)](https://github.com/camunda/camunda-modeler-plugins/actions/workflows/CI.yml)\r\n\r\nThis repository contains a number of plugins for the [Camunda Modeler](https://github.com/camunda/camunda-modeler). You can also find it in an accessible and structured manner via the [`plugins.json`](./plugins.json) file.\r\n\r\nCheckout our [contribution guidelines](#contribute) to add more plugins to the list.\r\n\r\n### General\r\n\r\n* [Menu Plugin Example](./menu-plugin-example) - An example of how to create a Camunda Modeler menu plugin.\r\n\r\n### bpmn-js\r\n\r\n* [bpmn-js Plugin Example](./bpmn-js-plugin-example) - An example of how to create a bpmn-js plugin.\r\n* [Embedded Comments Plugin](./bpmn-js-plugin-embedded-comments) - A plugin based off [bpmn-js-embedded-comments](https://github.com/bpmn-io/bpmn-js-embedded-comments).\r\n* [Token Simulation Plugin](https://github.com/camunda/camunda-modeler-token-simulation-plugin) - A plugin based off [bpmn-js-token-simulation](https://github.com/bpmn-io/bpmn-js-token-simulation).\r\n* [Transaction Boundaries Plugin](./camunda-transaction-boundaries-plugin) - A plugin based off [camunda-transaction-boundaries](https://github.com/bpmn-io/camunda-transaction-boundaries).\r\n\r\n### dmn-js\r\n\r\n* [dmn-js Plugin Example](./dmn-js-plugin-example) - an example of how to create a dmn-js plugin.\r\n\r\n### Other\r\n\r\n* [Style Plugin Example](./style-plugin-example) - An example of how to create a style plugin.\r\n\r\n## Plugins in other repositories\r\n\r\n### General\r\n\r\n* [Autosave Plugin](https://github.com/pinussilvestrus/camunda-modeler-autosave-plugin) - A plugin that automatically saves your diagrams.\r\n* [Internationalization Plugin](https://github.com/FlowSquad/camunda-modeler-i18n-plugin) - A plugin that allows you to translate the UI.\r\n* [Multi-Diagram Plugin](https://github.com/sharedchains/camunda-modeler-plugin-multidiagram) - A plugin that allows to manage multiple diagrams on a single BPMN file.\r\n* [Script Box Height Plugin](https://github.com/shepda/camunda-modeler-script-box-height-plugin) - A plugin that increases the height of the script box.\r\n* [Dracula Theme Plugin](https://github.com/hlucasfranca/camunda-modeler-plugin-dracula) - A plugin which enables a dark theme inspired by [dracula’s](https://draculatheme.com) color theme\r\n\r\n### bpmn-js\r\n\r\n* [bpmn-js Resize Tasks Plugin](https://github.com/philippfromme/camunda-modeler-plugin-resize-tasks) - A plugin that makes tasks resizable in bpmn-js.\r\n* [Color Picker](https://github.com/camunda-community-hub/camunda-modeler-plugin-color-picker) - A color picker plugin that lets you choose any color for your BPMN elements.\r\n* [Generated Form Preview](https://github.com/camunda-community-hub/camunda-modeler-plugin-usertask-generatedform-preview) - A plugin that allows you to preview forms.\r\n* [Process I/O Specification](https://github.com/camunda/camunda-modeler-process-io-specification-plugin) - A plugin that allows you to document your process input and output specifications.\r\n* [Reduced Palette](https://github.com/camunda-community-hub/camunda-modeler-plugin-reduced-palette) - A plugin that reduces the number of available entries in the palette and the context menu.\r\n* [Technical ID Generator](https://github.com/camunda-community-hub/camunda-modeler-plugin-rename-technical-ids) - A plugin that generates technical IDs for BPMN elements according to best practices.\r\n* [Tooltip Plugin](https://github.com/viadee/camunda-modeler-tooltip-plugin) - Adds tooltips to various BPMN elements revealing hidden properties and conditional flows.\r\n* [Data Outline Plugin](https://github.com/camunda/camunda-modeler-data-outline-plugin) - Adds a tree-view for variables in Camunda 8 to the bottom panel.\r\n* [Property Info Plugin](https://github.com/mesoneer-ag/camunda-modeler-property-info-plugin) - Shows different properties of BPMN elements as overlay.\r\n\r\n\r\n### dmn-js\r\n\r\n* [DMN Testing Plugin](https://github.com/bpmn-io/dmn-testing-plugin) - A plugin to test your DMN decision tables and decision graphs using an embedded Camunda decision engine.\r\n* [Excel Import Plugin](https://github.com/pinussilvestrus/camunda-modeler-excel-import-plugin) - A plugin to import Excel Sheets to DMN Tables.\r\n\r\n### Linter Rules\r\n\r\n* [Default Linter Rules Plugin](https://github.com/jonathanlukas/camunda-modeler-linter-default-rules) - A plugin that contributes the default linter rules (formerly provided through the linter plugin).\r\n* [Custom Linter Rules Plugin](https://github.com/camunda/camunda-modeler-custom-linter-rules-plugin) - A plugin to contribute custom (BPMN) lint rules to the editor.\r\n\r\n## Contribute\r\n\r\nWould you like to contribute to this list? [Propose your addition](https://github.com/camunda/camunda-modeler-plugins/edit/main/README.md) by editing the plugins list.\r\n\r\nAdd your plugin to the [`plugins.json`](./plugins.json) to make it accessible in a structured manner.\r\n\r\n```json\r\n {\r\n  \"id\": \"my-plugin\",\r\n  \"displayName\": \"Example Plugin\",\r\n  \"version\": \"0.1.0\",\r\n  \"description\": \"A Camunda Modeler example plugin\",\r\n  \"url\": \"https://github.com/example/camunda-modeler-example-plugin\",\r\n  \"category\": \"General\"\r\n}\r\n```\r\n\r\n## Additional Resources\r\n\r\n* [Plugins documentation](https://docs.camunda.io/docs/components/modeler/desktop-modeler/plugins/)\r\n* [Plugin Starter Project](https://github.com/camunda/camunda-modeler-plugin-example)\r\n\r\n\r\n## License\r\n\r\nMIT _(unless noted otherwise)_\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamunda%2Fcamunda-modeler-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamunda%2Fcamunda-modeler-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamunda%2Fcamunda-modeler-plugins/lists"}