apache / jena

Apache Jena
https://jena.apache.org/
Apache License 2.0
1.08k stars 648 forks source link

fuseki query UI multiple tabs #1334

Open SimonBin opened 2 years ago

SimonBin commented 2 years ago

would be nice to have:

just a suggestion!

kinow commented 2 years ago

I think the resizable query would be super easy.

For the tabs, I think YASGUI may support it… otherwise, that's something I added in a previous project, using the same JS library that JupyterLab uses.

Once I have finished the migration to Vue 3 and the e2e tests I will take a look at these two features. Thanks @SimonBin !

LorenzBuehmann commented 2 years ago

For the tabs, I think YASGUI may support it

yes, YASGUI has already built-in support for it. see https://triply.cc/docs/yasgui-api#yasgui-api

kinow commented 2 years ago

Note: there's some work for a query library, that might cover this issue. A pull request might be ready in the next days/weeks, and it'd be great to receive user feedback before a release if possible :slightly_smiling_face: