node-red-contrib-markdown-note 1.0.0 → 1.0.1
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 +13 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -47,7 +47,19 @@ The standard Comment node hides content by default. Markdown Note keeps your not
|
|
|
47
47
|
|
|
48
48
|
## Installation
|
|
49
49
|
|
|
50
|
+
### Using the Palette Manager (recommended)
|
|
51
|
+
|
|
52
|
+
1. Open Node-RED in your browser
|
|
53
|
+
2. Go to **Menu** → **Manage palette** → **Install**
|
|
54
|
+
3. Search for `node-red-contrib-markdown-note`
|
|
55
|
+
4. Click **Install**
|
|
56
|
+
|
|
57
|
+
### Using npm
|
|
58
|
+
|
|
50
59
|
Run this in your Node-RED user directory (`~/.node-red`):
|
|
51
60
|
|
|
52
61
|
```bash
|
|
53
|
-
npm install node-red-contrib-markdown-note
|
|
62
|
+
npm install node-red-contrib-markdown-note
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
Then restart Node-RED.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-markdown-note",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A Node-RED node for displaying markdown notes as annotations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"node-red",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"annotation",
|
|
11
11
|
"documentation"
|
|
12
12
|
],
|
|
13
|
-
"author": "Ted Lanham <
|
|
13
|
+
"author": "Ted Lanham <Backroads4me@gmail.com>",
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"homepage": "https://github.com/Backroads4Me/node-red-contrib-markdown-note",
|
|
16
16
|
"bugs": {
|