How-To: Add a Dynamic URL to Query Results
The format()
function can be used to create dynamic
URLs, saving you from copying and pasting into another browser tab.
For example:
logscale
format("[Link](https://example.com/%s)", field=repo, as=link)
This example generates a Markdown URL that appears as
link
, with
%s replacing the data in the
repo field.