Wenzel

Results 27 comments of Wenzel

yes you can create for each node a custom design. What framework are you using?

Hey @agrawal-rohit It's nice that you build a svelte implementation. There are other people asking for that. Mind to share? For the minimap. Have you looked in to the minimap...

> Any tips on how to go about creating one? Best would be to take a look in to the one that is created and works. > PS - I...

When I remember the code is something not intended. The directional approach is needed for the worker. Maybe you can elaborate your problem with a sample to see if there...

The node name that is rendered is more the nodes type name then a name of a individual one. But since you can overwrite the renderer you can replace that....

you can overwrite the default node and change the style name.

The worker should wait. Do you have a minimal demo?

You can use rete in the electron "backend" or the "frontend". You can also use all the demos and just embed them in electron.

@benswinburne I checked the code and only see the trigger executed here: https://github.com/retejs/rete/blob/88373184be4b6fda65048a0e262563bf87f7bbdf/src/view/node.ts#L77 I tested it locally and it will trigger on select. So I don't get the error. The...

> That said, it'd be nice if the multiselectnode event fired only when 1 or more nodes were selected and passed in `[nodes]` instead of just `node` perhaps. I added...