nie-ine/inseri

clickable links in templates

Closed this issue · 3 comments

Dear All,

It would be great to have a clickable links in the descriptions of the templates for IIIF resources.
Screenshot 2020-09-08 at 10 49 36

Sorry, I was a little bit fast, Done with (ed3f249) . Please pull and check.

It is done only in the textlist view and still has to be implemented in the description of the templates. It could be done in a similar fashion or via a Pipe (via Pipe it would be neat, as it could be imported and reused elsewhere).

Now added an inseri wide link pipe in this commit

The only thing left is to use it in the templates like done so in the dashboard.component.html
<p class="text-muted" [innerHTML]= "action.description | linkify"></p>