zazuko / vscode-sparql-notebook

Visual Studio Code SPARQL Notebook Extension
https://marketplace.visualstudio.com/items?itemName=Zazuko.sparql-notebook
Other
26 stars 8 forks source link

Copy query link #7

Closed kvistgaard closed 1 year ago

kvistgaard commented 2 years ago

It would be very useful as it is with other SPARQL editors, to be able to easily get the HTTP trace of the query.

And maybe, in order not to clutter the current clean UI, it should be under more actions (...) and via key binding, but not as a separate icon.

BenjaminHofstetter commented 2 years ago

Do you have an example of this?

kvistgaard commented 2 years ago

If we have this query

SELECT * {?book a dbo:Book} LIMIT 10

on DBpedia, with results format HTML table, such functionality should add two links in the ... menu Copy query link Copy query results link

Unkile the above links, selecting should not open the link but copy it to the clipboard.

BenjaminHofstetter commented 1 year ago

This works for Wikidata etc. But not for other stores