-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Feature] Read configuration from file #3
Comments
Agree, this makes sense. I will add it when I find time. |
👍 Maybe I'll also have a look into it and create a PR. It's not a urgent thing though. |
Sure, feel free to do so. :) If you do, let me know if you have any questions. |
Can you try to export configuration on one PC and import it on another? Chrome gives unique IDs to file entries. I'm not sure if they are unique wrt to the App ID or completely unique. |
I tried it on another PC but it does not work. Even when having the workspace folder under the same path as on the other PC, the app throws the following exceptions:
It seems that the file IDs are indeed completely unique, since I'm using the same app version on both PCs. |
Just a thought: If the chrome extension environment is somewhat too limiting, maybe it's worth a try with electron (http://electron.atom.io/) |
Thanks for testing! I guess this makes sense because otherwise, it would be possible to circumvent Chrome's security policy. Electron looks interesting, will have a closer look when I find some time. However, a change like this would definitely be a long-term thing. |
Philipp, for when you look into Electron apps: https://github.com/sindresorhus/awesome-electron 😁 |
Would be great if FlexBE could read the configuration (State folders, behavior folders, etc.) from a file. That would allow fast switching between different workspaces or fast initial setup.
The text was updated successfully, but these errors were encountered: