From 781c03256c6efb3e241de3d85d234b9cb954e075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Spo=CC=88nemann?= Date: Tue, 21 Nov 2023 09:27:08 +0100 Subject: [PATCH] Updated example projects --- README.md | 7 +++---- packages/sprotty-elk/README.md | 3 ++- packages/sprotty/README.md | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fc195ee8..3d60a95f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ The version history is documented in the [CHANGELOG](https://github.com/eclipse- ## References -- [Example: DSL in the Cloud](http://github.com/TypeFox/theia-xtext-sprotty-example) – an example using Xtext, Theia and Sprotty to create a DSL workbench in the cloud -- [Example: npm dependencies](https://github.com/TypeFox/npm-dependency-graph) – discover dependencies of npm packages -- [Yangster](https://github.com/theia-ide/yang-vscode) a VS Code extension for the YANG language - +- [Example: view filtering](https://github.com/TypeFox/sprotty-view-filtering) – using filtering to efficiently navigate a large dataset of publications and citations +- [Example: nested graphs](https://github.com/TypeFox/sprotty-nested-demo) – expanding nested subgraphs in-place to efficiently navigate a large project with TypeScript modules +- [Yangster](https://github.com/TypeFox/yang-vscode) – a VS Code extension for the YANG language diff --git a/packages/sprotty-elk/README.md b/packages/sprotty-elk/README.md index 58dd4850..c17f4a1d 100644 --- a/packages/sprotty-elk/README.md +++ b/packages/sprotty-elk/README.md @@ -14,4 +14,5 @@ Pre-built npm packages available from [npmjs](https://www.npmjs.com/package/spro ## References -- [npm-dependency-graph](https://github.com/TypeFox/npm-dependency-graph/) – an example using sprotty-elk to display npm package dependencies. +- [Example: view filtering](https://github.com/TypeFox/sprotty-view-filtering) – using filtering to efficiently navigate a large dataset of publications and citations +- [Example: nested graphs](https://github.com/TypeFox/sprotty-nested-demo) – expanding nested subgraphs in-place to efficiently navigate a large project with TypeScript modules diff --git a/packages/sprotty/README.md b/packages/sprotty/README.md index c803a74b..4fea99e4 100644 --- a/packages/sprotty/README.md +++ b/packages/sprotty/README.md @@ -27,6 +27,6 @@ The version history is documented in the [CHANGELOG](https://github.com/eclipse- ## References -- [Example: DSL in the Cloud](http://github.com/TypeFox/theia-xtext-sprotty-example) – an example using Xtext, Theia and Sprotty to create a DSL workbench in the cloud -- [Example: npm dependencies](https://github.com/TypeFox/npm-dependency-graph) – discover dependencies of npm packages -- [Yangster](https://github.com/theia-ide/yang-vscode) a VS Code extension for the YANG language +- [Example: view filtering](https://github.com/TypeFox/sprotty-view-filtering) – using filtering to efficiently navigate a large dataset of publications and citations +- [Example: nested graphs](https://github.com/TypeFox/sprotty-nested-demo) – expanding nested subgraphs in-place to efficiently navigate a large project with TypeScript modules +- [Yangster](https://github.com/TypeFox/yang-vscode) – a VS Code extension for the YANG language