https://github.com/bitspark/slang-editor
slang-editor as a webcomponent
https://github.com/bitspark/slang-editor
slang visual-programming webcomponents
Last synced: about 1 year ago
JSON representation
slang-editor as a webcomponent
- Host: GitHub
- URL: https://github.com/bitspark/slang-editor
- Owner: Bitspark
- License: apache-2.0
- Created: 2019-01-29T08:30:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T13:37:03.000Z (about 3 years ago)
- Last Synced: 2025-04-27T14:17:07.452Z (about 1 year ago)
- Topics: slang, visual-programming, webcomponents
- Language: TypeScript
- Homepage: https://bitspark.de/slang/
- Size: 5.79 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slang Editor
## Getting started
- `npm install`
- `npm start`
## Build package
- `npm run package`
::WARN::
Every time you run that command it overrides `src/styles/index.ts`. But do NOT COMMIT that changes. Beside that it doesn't cause any trouble.
### Locally test this package in another project
- `npm run link`
- `cd `
- `npm link @b6k/slang-editor`
After that (as long as the linkage is set) you can just call `npm run package` to test changes.
## Release to npm
- simply run `npm version patch --force`
## Issues
- A main port connected to an operator, must disappear when thus operator is deleted.
- Readonly Blueprint Editor may not allow...
...adding new operators
...saving blueprint
...changing properties
- Connecting specified generic port to another generic port breaks port definition
...e.g. using a value operator with just emits one value