rete icon indicating copy to clipboard operation
rete copied to clipboard

JavaScript framework for visual programming

Results 128 rete issues
Sort by recently updated
recently updated
newest added

Background: When I'm double-clicking on a node, the editor zooms in really close to the node. So I zoom out and sometimes it zooms out really fast and really far...

Recommendation: the node window can be minimized, like this: ![](https://th.bing.com/th/id/R2f6e420ca61076d805ae436785b8fca8?rik=pzV5J4Bswpg%2bKw&riu=http%3a%2f%2freal3d.fr%2fwp-content%2fuploads%2f2013%2f11%2fredCarPaintNodes.jpg&ehk=G3DLXkU4%2bTQ0luqVe8gu%2b%2boUziizGfI%2bKjcpVjLW0OI%3d&risl=&pid=ImgRaw)

Extend the capabilities of the editor with external modules Possible plugins: 1. [Tasks ✓](https://github.com/retejs/task-plugin) 2. [Modules ✓](https://github.com/retejs/module-plugin) 3. ~~Differences~~ Version control 4. [Context menu ✓](https://github.com/retejs/context-menu-plugin) a. duplicate node ✓ 5....

voting

Connector UI issue with angular in Chrome it's Working Fine with local development in chrome after deployment connector UI move apart from nodes, its changes with page zoom. it's working...

Hi, I used your exact example at https://codesandbox.io/s/retejs-react-render-t899c?file=/src/index.js I have implenented a Button with MaterialUI. As soon as I click on it (I think React then re-renderes), or when just...

This is my code snippet: ```javascript import Rete from "rete"; import React from "react"; import ReactRenderPlugin from "rete-react-render-plugin"; import ConnectionPlugin from "rete-connection-plugin"; import MarketCard from "../reteComponents/sourceCard"; import DestinationCard from "../reteComponents/destinationCard";...

Hello, do you have or do you know of any python apis to your project?

Hello, What is the best way to unselect a node without having to select another node? I would like to click on the canvas and unselect the last selected node....

Hello, I am trying to make it so when user clicks on the text box in a node, it opens up a modal to allow for a bigger text box....