I'd like to save a copy of some of my pipes offline before I go to edit them, and possibly reload them from an external source again in future.
Can this be done?
I'd like to save a copy of some of my pipes offline before I go to edit them, and possibly reload them from an external source again in future.
Can this be done?
Yes. Open a Firebug console in the pipe edit page and type dump()
It will open another window with a JSON dump of the pipe.
It's up to you to interpret this or reload the pipe from this JSON :-)