Open lgrkvst opened 1 year ago
It’s a holiday here in the states; I’ll definitely take a look when I get back. There is a slightly related project to address the lengthy flow files and code editing/viewing/differences; also allows you to use external code editors: flow2src. Created using the initial version of Node Maker too.
I have yet to check in the final version, but should be releasing a 1.0 shortly.
Hi Christian, hidden fields sounds like a good idea. I've updated the main branch to include a 'src' folder. This folder was generated via https://github.com/steveorevo/node-red-flow2src. This should make it a lot easier to see changes and additions to the project.
I'll write up directions on how to better contribute to node-maker, using Node-RED's project feature and flow2src; the directions will be in the README.md file.
I wanted to create a PR for hidden fields, but PR'ing on a 200kb json is hard on whoever has to compare and merge.
One idea would be to divide this repo into individual json's for each field and subflow, and have a simple build.js script assemble the final json and place it in
dist/
which would be our new goto.In the meantime, here's an isolated subflow for hidden fields: