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

Prefix declarations per notebook #67

Open kvistgaard opened 12 months ago

kvistgaard commented 12 months ago

It would be nice to allow declaring prefixes per notebook.

When there are many prefixes, it would be neat to declare them all in one cell and let all other cells reuse them.

(I am currently working with a notebook where most queries use the same 20+ prefixes...)

BenjaminHofstetter commented 10 months ago

I fully agree that Prefix handling is something to improve. I use "copy cell down" very often to copy the prefixes.

Screenshot 2023-12-05 at 19 51 02

I was thinking a prefix set per notebook might be a solution or "global" for all notebooks. It's under investigation. We have internal needs for something like this not related to sparql notebook.