@5minds/node-red-contrib-processcube-tools 7.7.1-alpha.1 → 7.7.1-alpha.3
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 +1 -1
- package/dist/html-to-text/html-to-text.html +10 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
This repository contains nodes for working efficiently with the ProcessCube Low-Code component (Node-RED).
|
|
4
4
|
|
|
5
|
-
Details see @ [ProcessCub.io - LowCode Integration Nodes](https://processcube.io/docs/
|
|
5
|
+
Details see @ [ProcessCub.io - LowCode Integration Nodes](https://docs.processcube.io/docs/lowcode) and [ProcessCub.io - LowCode Event Nodes](https://docs.processcube.io/docs/lowcode).
|
|
@@ -21,21 +21,21 @@
|
|
|
21
21
|
</div>
|
|
22
22
|
</script>
|
|
23
23
|
|
|
24
|
-
<script type="text/markdown" data-help-name="
|
|
25
|
-
|
|
24
|
+
<script type="text/markdown" data-help-name="html-to-text">
|
|
25
|
+
# Html 2 Text
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
## Inputs
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
: payload (String) : html content to convert to text
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
## Outputs
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
: payload (String) : text content
|
|
34
34
|
|
|
35
|
-
|
|
35
|
+
---
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
## References
|
|
38
38
|
|
|
39
|
-
|
|
40
|
-
|
|
39
|
+
- [The ProcessCube Network](https://www.processcube.io) – All information for the ProcessCube© platform (videos, docs and co.)
|
|
40
|
+
- [Node-RED Integration in ProcessCube©](https://docs.processcube.io/docs/node-red) – Node-RED integration in ProcessCube©
|
|
41
41
|
</script>
|