node-red / flow-library

Node-RED Flow Library
Apache License 2.0
70 stars 44 forks source link

Share/Embed Flow #100

Closed joepavitt closed 9 months ago

joepavitt commented 9 months ago

Requires #99 First.

As a follow up to #99 - this adds an "Embed" option for a flow, which provides an <iframe /> to be included in any website or markdown.

Have currently laid it out accordingly, but open to feedback/changes here:

Screenshot 2023-09-19 at 18 13 43

Use Cases

Here is an example of a flow embedded into a Dashboard 1.0:

Screenshot 2023-09-19 at 18 05 59

We could also include it in an article, e.g:

Screenshot 2023-09-19 at 18 13 12
knolleary commented 9 months ago

Great stuff.

I think rather than adding the blurb at the end, it would be better being a link in the Actions sidebar:

image

Which can then pop open a dialog with the iframe code in.

Looking at it with fresh eyes, I want to give the Actions box a bit of a tidy up - so I'll take care of this before we push live.

joepavitt commented 9 months ago

Yep, very sensible, agree entirely.