Skip to content

Commit cc697e7

Browse files
authored
Update README.md
1 parent 4ce4aaa commit cc697e7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Interactive Semantic Graph
22

3-
Interactive semantic graph tool based on vis.js
3+
Interactive semantic graph tool based on vis.js - early stage & work in progress
44

55
JavaScript app that relies only on JSON-SCHEMA + JSON-LD which can be build from SMW / OpenSemanticLab but also from any other linked data source. We aim to provided "advanced" capabilities like collapse subgrahs, edit multiple entities in parallel, copy-past nodes or subgraphs, etc. Successor of the legancy [Extension:InteractiveSemanticGraph](https://github.com/OpenSemanticLab/mediawiki-extensions-InteractiveSemanticGraph)
66

@@ -9,9 +9,12 @@ JavaScript app that relies only on JSON-SCHEMA + JSON-LD which can be build from
99
[![release][release-img]][release-url]
1010
[![semantic][semantic-img]][semantic-url]
1111

12-
## Features
13-
12+
## (Planned) Features
1413

14+
- Web-Standard Support: Fully compatible with JSON-SCHEMA and JSON-LD.
15+
- Dynamic Graph Interaction: Collapse subgraphs, edit multiple entities simultaneously, copy-paste nodes or subgraphs.
16+
- Customizable Backend Integration: The tool can interact with OpenSemanticLab or other semantic data sources.
17+
- Context sensitive visual elements to visualize end edit content, e.g. forms (single nodes) and tables (multiple nodes)
1518

1619
## Install
1720

@@ -79,7 +82,3 @@ use [Docker Compose][] to run tasks locally:
7982
- `docker-compose run test` to run tests across all LTS versions of Node.js
8083
- `docker-compose run lint` to execute [super-linter][] locally
8184

82-
> **Note:**
83-
> Your main `README.md` file is in `docs/README.md`, the file at root is generated using [pandoc][] using the provided [template][].
84-
>
85-
> You should run `docker-compose run readme` after any change to `docs/README.md` and before commit / push

0 commit comments

Comments
 (0)