epimorphics / qonsole

A simple console for running SPARQL queries and displaying results
Other
16 stars 2 forks source link

Support saving results #41

Closed paperclipmonkey closed 6 years ago

paperclipmonkey commented 6 years ago

Allow a user to save the results they see in the browser to a local file. This could use the library FileSave which polyfills down to IE10: https://github.com/eligrey/FileSaver.js Demo: https://codepen.io/davidelrizzo/pen/cxsGb

Minimal additional processing may need to occur for the TSV format