Open Matt2012 opened 3 years ago
I'm having this same difficulty, being able to boot with a previously saved state
did you cloned and runned in your local machine ? all Functionalities working? other than demo website
This looks a great project but the demo is very basic. Has anyone got a version that includes any of these:
- Initialising from a saved state
- Having input boxes in the blocks that can be saved to the output. Having data from the Right Panel saved to output.
- Having the right panel be configured differently depending on each block clicked.
- Loading blocks into the left panel from JSON rather than hardcoded into html.
- Filtering in left panel working
I know these are all things that can all be achieved with some work - but its a lot of boilerplate for every new person to work on when its core to the simplest implementation.
I figured out how to do parsing code without minifying. When we run flowy.output() it generates an object with all screen elements, and exactly the shape of that object that needs to be sent to flowy.import(object). So I'm saving the object from flowy.output() and then when my logic needs to import it, I access it again and send it to import (giving a json.PARSE), and that's it. But this is not so clear in the documentation.
@diogenesjup Would you have an example?
I'm currently working on exporting Flowy to TypeScript.
Hi @nickjeon Will it be compatible to work with Angular? I see that you have more activity with React, that's why I ask.
This looks a great project but the demo is very basic. Has anyone got a version that includes any of these:
1. Initialising from a saved state 2. Having input boxes in the blocks that can be saved to the output. Having data from the Right Panel saved to output. 3. Having the right panel be configured differently depending on each block clicked. 4. Loading blocks into the left panel from JSON rather than hardcoded into html. 5. Filtering in left panel working
I know these are all things that can all be achieved with some work - but its a lot of boilerplate for every new person to work on when its core to the simplest implementation.
Hi. Any updated on the advanced demo you talk about? would love to see some improvements
This looks a great project but the demo is very basic. Has anyone got a version that includes any of these:
I know these are all things that can all be achieved with some work - but its a lot of boilerplate for every new person to work on when its core to the simplest implementation.