CompuMasterGmbH / cammIntegrationPortal

camm Integration Portal (based on camm Web-Manager)
MIT License
2 stars 1 forks source link

CommonMarkEditor doesn't support target attribute on link creation on document insert #24

Closed jochenwezel closed 7 years ago

jochenwezel commented 7 years ago

The document insertion form shows as follows

image

There are 2 general options available

  1. Hide the line with the dropdown box for the target attribute
  2. CommonMark must support the syntax for adding additional link attributes

    For option 1

The data referenced by the token must transport additional details on which properties are supported/unsupported (e.g. in this case, target is NOT supported)

For option 2, one or both of these points must see progress

cmalbertschw commented 7 years ago

Now we fall back to HTML when target is given. Can this be closed?

jochenwezel commented 7 years ago

yes, it's solved by option 3 ;-)