Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Hofstetter committed Mar 8, 2022
1 parent 7e1d2c6 commit 7bafda0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ out
dist
node_modules
.vscode-test/
# *.vsix
*.vsix
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# sparql-notebook

Open `*.sparqlbook` files in the VS Code Notebook interface. Execute query blocks and view output interactively.
Open `*.sparqlbook` files in the VS Code Notebook interface. Connect to a SPARQL Endpoint and execute query blocks and view output interactively.

![sparql-notebook](https://user-images.githubusercontent.com/8033981/156758683-efb1cf97-a01d-47b7-b03c-4e94a731c9ea.gif)


## Features

- Open any `.sparqlbook` file as a Notebook.
Expand All @@ -14,9 +13,3 @@ Open `*.sparqlbook` files in the VS Code Notebook interface. Execute query block
## Usage

Open any `.sparqlbook` file with the `Open With` menu option. Then, select the `SPARQL Notebook` format.

## Install

You can install it with

`code --install-extension sparql-notebook-0.0.4.vsix`
Binary file removed sparql-notebook-0.0.7.vsix
Binary file not shown.

0 comments on commit 7bafda0

Please sign in to comment.