Since Data Explorer allows us to create links to any of the "unlinked pages" (like suggested-edits, timeline, revisions etc) it would be useful to have a convenient way to get the URL of the site currently selected in the SEDE.
I have recently created a query which does exactly that: Get current site URL. But its reusage in every query which requires that URL (like this one or those) looks like overkill to me. Instead I propose to add se_site_url() function or ##SiteURL## variable (which will be populated with the selected site URL).
|
|
|||||
|
|
Well, since we already support arbitrary autolinking if your results have something like
I thought the easiest way to solve this problem was to introduce a
for instance, to produce links in the rendered form of the following Markdown:
Hopefully this approach works for your needs too - if you really need the site URL in variable form I don't see why that couldn't be done, but I thought this syntax was a little easier if the primary concern was link construction. |
|||||||||||||
|