Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add Data Outline Plugin to the list #104

Merged
merged 3 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Checkout our [contribution guidelines](#contribute) to add more plugins to the l
* [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.
* [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.
* [Tooltip Plugin](https://github.com/viadee/camunda-modeler-tooltip-plugin) - Adds tooltips to various BPMN elements revealing hidden properties and conditional flows.
* [Data Outline Plugin](https://github.com/marstamm/camunda-modeler-data-outline-plugin) - Adds a tree-view for variables in Camunda 8 to the bottom panel.
nikku marked this conversation as resolved.
Show resolved Hide resolved

### dmn-js

Expand Down
8 changes: 8 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,14 @@
"url": "https://github.com/viadee/camunda-modeler-tooltip-plugin",
"category": "BPMN"
},
{
"id": "camunda-modeler-data-outline-plugin",
"displayName": "Camunda Modeler Data Outline Plugin",
"version": "0.0.1",
"description": "Adds a tree-view for variables in Camunda 8 to the bottom panel.",
"url": "https://github.com/marstamm/camunda-modeler-data-outline-plugin",
nikku marked this conversation as resolved.
Show resolved Hide resolved
"category": "BPMN"
},
{
"id": "camunda-modeler-dmn-js-plugin-example",
"displayName": "Camunda Modeler dmn-js Plugin Example",
Expand Down
Loading