Frederik Wagner

Results 75 comments of Frederik Wagner

Hi, that's a great idea. Unfortunately, this feature doesn't exist out of the box in BaklavaJS v1. You'd need to write a customized [engine plugin](https://github.com/newcat/baklavajs/tree/master/packages/baklavajs-plugin-engine/src) for that. But I will...

I decided to implement this in v2 since this would be a breaking change. However, if you set the `rootNodes` in the engine to all the nodes that do not...

I'm sorry, I probably won't add this exact feature, since I think it is pretty special for your use-case. However, I'd suggest styling the node interfaces for the special inputs/outputs...

Fully agree; for your use-case it looks much better. Generally though I expect that input interfaces display an option to change their value when they are not connected. This would...

I have added a possibility to use custom components for rendering everything (nodes, connections, context menu, sidebar, ...). No documentation on it yet, but you can have a look in...

Should be fixed with version [1.10.2](https://github.com/newcat/baklavajs/releases/tag/v1.10.2)

Unfortunately I have very little time at the moment (that's also why it took me so long to answer, sorry for that). While this is an interesting feature, I honestly...

I have added a default `` to the editor so you can add custom content in there. I just noticed after releasing that you probably need a slot inside the...

The build system has completely changed in V2, so these issues shouldn't exist there anymore

Implemented in V2: https://v2.baklava.tech/editor/subgraphs.html