Feature request: Url formatter
See original GitHub issueCreate 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:
- Created 6 years ago
- Comments:8 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jofftiquez great!
@alfonsobries It’s here. 😃