question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: Url formatter

See original GitHub issue

Create a filter to convert string to html link

I thinking in something like that

{{ 'http://www.site.com' | morph-url(target="_blank") )}} <!-- Returns <a href="http://www.site.com">http://www.site.com</a>

{{ 'me@site.com' | morph-url(is_email = true) )}} <!-- Returns <a href="mailto: me@site.com">me@site.com</a>

(Or better an easy way to create custom filters)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
alfonsobriescommented, Jul 29, 2017

@jofftiquez great!

1reaction
jofftiquezcommented, Jul 29, 2017

@alfonsobries It’s here. 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Request URL Format
The URL of a REST API request has the following general form: http:// host : port /rest/Spatial/ ServiceName / pathParam ; matrixParam &...
Read more >
Formatter Features: Extracting Email + URL - Zapier Community
Continuing our exploration of the Formatter by Zapier app, let's take a look at another set of very handy functions: Extract Email &...
Read more >
[FeatureRequest] Variables: Add Url decode formatting option
I have created a variable that reads the available urls and can cut off the #Model.%E3%82%8F%E3%81%9F%E3%81%97 part using a regex. However, I ...
Read more >
7.4 - Request Format - Google
Specifies a URL, and causes search results to show pages that link to the that URL. This parameter has the same effect as...
Read more >
Request URL - HTTPie 3.2.1 (latest) docs
The http & https commands allow for creating and sending arbitrary HTTP requests. They use simple and natural syntax and provide formatted and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found