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

Feature: Add support for BPMN (Business Process Model and Notation) diagrams #292

Closed
mejo- opened this issue Feb 23, 2022 · 6 comments
Closed
Labels
enhancement New feature or request upstream: text

Comments

@mejo-
Copy link
Member

mejo- commented Feb 23, 2022

In GitLab by @roland.kirst on Feb 23, 2022, 12:28

BPMN is the standard for describe business processes and is also as plugin available. This is good and easy way to describe business processes inside documentations and it will be great to have it.

Link: https://www.omg.org/spec/BPMN/

@mejo-
Copy link
Member Author

mejo- commented Feb 23, 2022

marked this issue as related to #284

@mejo-
Copy link
Member Author

mejo- commented Feb 23, 2022

Thanks for your report. This would have to be implemented in Nextcloud Text, which is the editor we utilize in Collectives.

Also, there's already a feature request about adding support for mermaid diagrams: #284.

@mejo-
Copy link
Member Author

mejo- commented Mar 4, 2022

In GitLab by @dodedodo on Mar 4, 2022, 13:08

I'm not very interested in this feature myself, but this nextcloud app might add some value to the conversation.

@suntorytimed
Copy link

Mermaid diagrams wouldn't solve this request. For BPMN diagrams it would be ideal to be able to show .bpmn files in the Collective. The mentioned Nextcloud app does this in a really good way via bpmn-js. I guess Nextcloud Text would have to support iframe embedding or something similar, which doesn't sound like a good idea for a markdown based knowledge base. Maybe it would be good to link to the files in Nextcloud in an easy way or be able to create a BPMN file instead of a new page.

@max-nextcloud
Copy link
Collaborator

I would like to stay away from implementing support for specific file types in collectives. There's various ways to achieve support for it never the less:

  • Register a viewer handler for the file type. Then you can link to the file and it will open in the viewer
  • Extend text to support viewing the content like it does with mermaid.

The first would happen in its own app, the second in the text app or an extension for it.

@max-nextcloud max-nextcloud closed this as not planned Won't fix, can't repro, duplicate, stale Oct 9, 2023
@juliusknorr
Copy link
Member

Just as a reference mermaid-js/mermaid#2623 would cover BPMN support for mermaid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request upstream: text
Projects
None yet
Development

No branches or pull requests

4 participants