1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Updated Design: external file for function and templates nodes (markdown)

Nathanaël Lécaudé 2017-05-15 10:36:26 -04:00
parent a049bc67f8
commit 6cee506d9f

@ -9,6 +9,8 @@ We know some third party nodes do this but we think this should be integrated in
## Proposition
We propose the addition of a checkbox named `Load from external file` just above the code field. Checking this checkbox would make a field appear where the user can type the path to a file, similar to the `file-in` node. Given the fact some cloud environment are not compatible with a traditional file system, a setting named `allowExternalFiles` could be added in `settings.js` to disable this feature entirely.
In that mode, the code editor could show the code but in greyed out mode, similar to how the Arduino IDE works when using external files.
## Exporting flows
This brings one problem, what happens when someone exports a flow ? We propose the addition of a checkbox in the flow export dialog named `Embed external files` that would embed the external file contents within the exported flow making sharing of that flow possible.