Custom blocks and Remote+
-
Hi! Are there plans to add custom blocks support for uiflow2?
i was experimenting with uiflow 1 and find out that you can in fact create any kinds of blocks that blockly factory can, but its a big pain exporting from blockly to uiflow.
Wish it could be easier to do.As for remote+ i see it appears only in uiflow1 online version, what will be its fate, is there better alternative for uiflow2?
-
If you don't mind getting hands dirty, you can directly access the Micropython code via REPL from the Controllers memory.
-
@ajb2k3 um i dont get how it relates to the question?
I want to wrap my code in blocks instead of doing hacky stuff. -
@DaveAstator If you're still interested in this topic, you now have the "Custom" Block designer.
-
@BR123456 The custom block designer seems to work OK, although it would be nice if it supported standalone functions as well as objects.
What I'm having trouble with is figuring out how to actually import the new blocks/code into a project.
I click on the 'Project files +' button, create and save blocks, but I see no way to import the new block into my project. V2.3.6
What am I missing?