pycodestyle icon indicating copy to clipboard operation
pycodestyle copied to clipboard

πŸŽ› A Svelte library for building dynamic, infinitely customizable node-based user interfaces and flowcharts

Results 210 pycodestyle issues
Sort by recently updated
recently updated
newest added

I saw on Svelvet 5.0 there was added functionality to import and export diagrams as json objects. Is there still functionality for that because I have not found documentation for...

In any svelte component, you can add this HTML comment to add intellisense hints. ```html ``` This means you can document all the available props, so use of the lib...

When an app supports multiple windows with different Svelvet graphs, all edges appear on the first graph that shows up in the DOM. This is because inside of `Edge.svelte`, the...

When right clicked, the right-click menu is displayed in a buggy manner and you cannot change properties of nodes. This is true for right-clicking on a component on the official...

Is it possible to place groups inside of another group? I tried just placing a `` as a child of another ``, but it didn't render how I expected it...

First of, thanks a ton to all the contributors for this project! This library has made so much work easier for us and is essential for the svelte ecosystem to...

How can I assign a variable to a CustomWritable? I want to because I want to take the input of a textarea and output it through the anchor. Thanks

The (default) `gridWith` is `22px` big. If the `snapTo` is also set to `22px` the alignment of the nodes should be based on the Grid dots. Current behavior: ![image](https://github.com/open-source-labs/Svelvet/assets/87228994/89bf05d5-fa1f-41d3-b44f-49fd78008566) Expected...

I always try to move viewport by draging while holding middle mouse, but when I am accidentally over Node, it drags the node instead. I didnt find options to use...

Is it? I can't get it working