-
-
Notifications
You must be signed in to change notification settings - Fork 994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More advanced demo? #126
Comments
I'm having this same difficulty, being able to boot with a previously saved state |
did you cloned and runned in your local machine ?
|
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 |
Hi. Any updated on the advanced demo you talk about? |
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.
The text was updated successfully, but these errors were encountered: