bpmn-io/bpmn-js

Render URLs in text annotations as clickable links

Open

#1,341 opened on Aug 11, 2020

View on GitHub
 (18 comments) (0 reactions) (0 assignees)JavaScript (1,249 forks)batch import
backlogenhancementhacktoberfest

Repository metrics

Stars
 (7,739 stars)
PR merge metrics
 (Avg merge 4h 59m) (9 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe.

An interesting idea for an extension could be to render URLs added in text annotations to simply direct to external resources, e.g. documentation.

image

Describe the solution you'd like

Render URLs found in text annotations (or somewhere else?) to make them clickable.

Describe alternatives you've considered

This may not be a core functionality but a reasonable extension module.

Aditional Context

We identified this issue as a potential candidate for 2020 Hacktoberfest.

Contributor guide