I wanted a simple copy paste interface that will allow me to convert selected v1 components to the new dashboard 2.0 components.
So i created this, It was very easy and quick to build, it uses the official v2 convertor repository.
To run it:
pick one of the download options and install it.
OR (if rightfully suspicious about installers):
- download the converter code (pick: nodered-dashboard-converter-v1.0.0.zip)
- extract to some dir
- run the ./run.sh (or run.bat if on windows)
to convert:
- in your canvas click several old v1 ui components
- right click and select export
- click on "copy to clipboard"
- open the convertor app or http://localhost:3000
- paste it into the Input box
- copy the converted output
- right click on the canvas, click insert, import
- paste the converted text from clipboard
Tell me if it helped
Amit.
