sprotty-theia

Glue code for Sprotty diagrams in a Theia IDE

Usage no npm install needed!

<script type="module">
  import sprottyTheia from 'https://cdn.skypack.dev/sprotty-theia';
</script>

README

sprotty-theia

Glue code for Sprotty diagrams in Theia as Theia extensions. If you want to connect your diagram with a language server, you should rather build a VS Code extension.

Open in Gitpod

The project is built on ci.eclipse.org/sprotty. Pre-built npm packages available from npmjs.

The version history is documented in the CHANGELOG.

Version Compatibility

sprotty-theia Theia
0.10.0 1.18.0
0.9.0 1.4.0
0.8.0 0.15.0
0.7.0 0.11.0
0.6.0 0.4.0

See also

  • sprotty – the client part of the Sprotty framework.
  • sprotty-vscode – glue code for embedding Sprotty diagrams in VS Code
  • sprotty-server – libraries to implement Sprotty diagram servers in Java. Also covers add-in Sprotty diagram support to Xtext-based language servers.
  • sprotty-layout – client-side diagram layout based on the Eclipse Layout Kernel.

References