rete
rete copied to clipboard
JavaScript framework for visual programming
@Ni55aN to make diamond if I rotate div container to 45deg using transform the node rotates but the connections stays where they were previously! ![Screenshot 2021-01-13 at 4 51 41...
Hi, I'm trying to write an ETL flow editor using Rete.js. So far I've got a flow where I can upload a file, iterate each line in the file and...
hi, is there a recommended way to reset editor so new nodes are given id from 1 again?
I'm attempting to use electrons native context menu to give options to clone and delete nodes, but whenever I trigger the context menu, the rete canvas stops responding to mouse...
I'm using Angular 7.1.4. If I use editor inside components it renders ok, but if pass editor as child to another components with ng-content it does not render Nodes inside...
I want to update the name of the node dynamically after the node has been added to the editor. Basically, once the node is added to the editor, the user...
First of all, great work on this library - it's very impressive! I have several React controls in my node that need to be updated when their parent node updates....
`npm i; npm run build` gives me a wall full of errors. ``` > [email protected] types /Users/alireza-datance/Datance/playground/tryrete2/src/rete > tsc src/index.ts --target es5 --declaration --outDir ./types --downlevelIteration --emitDeclarationOnly ../../node_modules/jest-diff/build/diffLines.d.ts:8:13 - error...
Here is my profile recorded on firefox: https://drive.google.com/file/d/1-4qGKk4H5toJ0xZvogZ_owoDd5ZyyvbU/view?usp=sharing  Could you point me how to resolve this issue?
I have been following [docs](https://rete.js.org/#/docs). It says to add this to my page: So I created a simplest possible HTML for that: And when I load that page in my...