@gregoriusrippenstein/node-red-contrib-introspection 0.5.7 → 0.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,6 +49,16 @@ Disappointments:
|
|
|
49
49
|
|
|
50
50
|
Clicking on a node will highlight that node in the workspace. The nodes shown are across all flows and tabs.
|
|
51
51
|
|
|
52
|
+
### Obfuscate
|
|
53
|
+
|
|
54
|
+

|
|
55
|
+
|
|
56
|
+
Sidebar for visually obfuscating flows:
|
|
57
|
+
|
|
58
|
+

|
|
59
|
+
|
|
60
|
+
The plugin replaces the name with the node Id, resets the nodes info content to empty and moves all nodes to the same location. The intention is to having a *working* flow but not an *understandable* flow. The generated flow is meant to be only usable and not modifiable nor maintainable.
|
|
61
|
+
|
|
52
62
|
## Palette Nodes
|
|
53
63
|
|
|
54
64
|
### Sink & Seeker
|