krish-adi / barfi

Python Flow Based Programming environment that provides a graphical programming environment.
https://barfi.readthedocs.io
MIT License
670 stars 73 forks source link

Enhancement Request: Categorize Blocks #4

Closed zabrewer closed 2 years ago

zabrewer commented 2 years ago

The submenu for new blocks gets really long if you have quite a few blocks. Wondering if it is possible to categorize blocks so that in the JS frontend when you create a new block, you see the main category and then the blocks that fall under that specific category.

krish-adi commented 2 years ago

So, to understand you better. When you want to add a new block, on the context menu (when you right click) the list is long. So, you'd like to categorise them and provide sub-menus so it is easy to access them. Right?

zabrewer commented 2 years ago

@krish-adi you understand perfectly. I’m really enjoying this package you’ve built it’s very interesting and a perfect fit for my project.

krish-adi commented 2 years ago

Hey @zabrewer,

I've put it on the development roadmap.

Great to hear you're enjoying barfi.

krish-adi commented 2 years ago

Feature added in v0.6.0.

zabrewer commented 2 years ago

Thanks!!!!