@gregoriusrippenstein/node-red-contrib-introspection 0.6.1 → 0.6.2
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 +12 -0
- package/package.json +1 -1
- package/plugins/sidebar.html +2 -0
package/README.md
CHANGED
|
@@ -49,6 +49,18 @@ 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
|
+
### Link Calls & Undocumented
|
|
53
|
+
|
|
54
|
+

|
|
55
|
+
|
|
56
|
+
The Link Calls button will highlight all *link call* nodes with a dot to indicate whether the link call is valid, i.e., there is an existing link-in node to which it links:
|
|
57
|
+
|
|
58
|
+

|
|
59
|
+
|
|
60
|
+
Clicking on the green dot will take the user to the corresponding link-in node which will then also be highlighted by a green dot. That dot brings the user back to the original link-call node.
|
|
61
|
+
|
|
62
|
+
The Undocumented button will highlight all nodes that have documentation and list all those that don't.
|
|
63
|
+
|
|
52
64
|
### Obfuscate
|
|
53
65
|
|
|
54
66
|

|
package/package.json
CHANGED
package/plugins/sidebar.html
CHANGED