Online Flow Viewer/Editor
Moderator: Martin
Online Flow Viewer/Editor
Some way to view edit flows online would be dope hence the keyboard and mouse on computers. This also would allow iframes with flows on the forum
Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Re: Online Flow Viewer/Editor
Last edited by Bluscre on 15 May 2019 04:27, edited 1 time in total.
Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Re: Online Flow Viewer/Editor
This will be a looooooooooooooooooooooooooooooooong way xD https://automagic4android.github.io/flo ... he_2_0.xml
Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
-
- Posts: 38
- Joined: 06 Sep 2017 06:59
Re: Online Flow Viewer/Editor
I do my scripting on Android running inside Virtualbox. Then sync using Dropbox or Google Drive. It would be nice to have an alternative.
Re: Online Flow Viewer/Editor
That's a nice idea. For long script, this is probably more convenient. But I usually test my script directly on my phone while walking around, gathering inspiration. If in front of PC, I am tempted to do something elsesimon_magus101 wrote:I do my scripting on Android running inside Virtualbox. Then sync using Dropbox or Google Drive. It would be nice to have an alternative.
For syncing to phone, you can open up the virtualbox guest connection to host, make it reachable. Then you can use HTTP request to send from virtual box to your phone directly. At your phone receive the flow and directly imported it. Automagic 1.34 has the HTTP post to upload data already, so you can send your flow back-thru both automagic powered devices.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Online Flow Viewer/Editor
In the end this should run on the phone and be accessible via a specific port, like those web file managers, e.g. WebSharing.
BlackBerry KEY2, Android 8.1.0
-
- Posts: 38
- Joined: 06 Sep 2017 06:59
Re: Online Flow Viewer/Editor
Thanks. I didn't know that.Desmanto wrote: Automagic 1.34 has the HTTP post to upload data already, so you can send your flow back-thru both automagic powered devices.