Baklava v2 Beta #219
Replies: 9 comments 12 replies
-
Hello. You have a great script. Now I'm studying version 2 and according to the documentation on the page https://v2.baklava.tech/visual-editor/toolbar.html for some reason the information is missing, the page is empty or just not added yet. Thanks |
Beta Was this translation helpful? Give feedback.
-
on the page https://v2.baklava.tech/nodes/interface-types.html#engine is also an empty value where the code is entered |
Beta Was this translation helpful? Give feedback.
-
Hi, I'd like to implement a basic load/save functionality and bumped into some issues related to the documentation:
It would be nice to see a small tutorial about how to add toolbar buttons and how to implement save/load in V2. |
Beta Was this translation helpful? Give feedback.
-
Hi @newcat , The new update looks nice, I especially like the dynamic nodes approach. Atm I use baklavajs in a project of mine in which I need to create a number of nodes based on a data set I pull from a different data source. Until now I use the NodeBuilder for that purpose because it is pretty easy with it (only 10 LoC). Is this kind of use-case still doable with the class-based or declaration-based approach? Best |
Beta Was this translation helpful? Give feedback.
-
Hi, So let's say I'd like my custom interface to receive strings, so I use Then I'll have a typescript error about the mismatch between 'string' and 'string[]': I could change my type to What's the recommended way to do this? Am I supposed to put the [] into the interface definition? |
Beta Was this translation helpful? Give feedback.
-
I've been trying unsuccessfully to get v2 to work in the browser only mode. I've tried the code in the docs to do so but it cannot find the files on cdn.jsdelivr.net. I've tried different version of the library: 2.02-beta.3, other but no luck. Can someone please tell me what I may be doing wrong or show a working example of a basic editor. Thank You! |
Beta Was this translation helpful? Give feedback.
-
looked at converting a tool using baklava v1 to v2. Is there a supported way to maintain the v1-like visual interface, without the node-palette, or top toolbar? I'd like to keep the area very sparse since this is just one window in a gridded interface. Remaking the Add Node contextmenu seems like it might be fine to build on our own, but wasn't sure about a stripped-down interface |
Beta Was this translation helpful? Give feedback.
-
Hello, Will v1 continue to receive bugfixes, features and support once v2 is stable ? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hey, great work so far! Is it possible to detect and control what node is selected? I've tried the Setting the zoom level in editor settings in an easy way would also be nice. Any possibilities there? |
Beta Was this translation helpful? Give feedback.
-
After years of announcing but not delivering, Baklava version 2 is now in beta 🥳
You can try it out by
npm i baklavajs@next
oryarn add baklavajs@next
.The documentation is here: https://v2.baklava.tech/
For a list of changes, visit https://v2.baklava.tech/migration.html
Please report any issues you find, either here or by creating a new issue.
Thank you for testing ❤️
Beta Was this translation helpful? Give feedback.
All reactions