markmap-plus 0.1.2 → 0.1.4

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@ It keeps the original “Markdown → mind map” workflow, and adds rich editin
11
11
 
12
12
  All these operations are applied incrementally without re-rendering the whole SVG tree, which keeps large diagrams responsive.
13
13
 
14
- ![Node Link Connector Demo](https://github.com/Tem-man/markmap-plus/blob/main/public/screen_1.png)
14
+ ![markmap-plus Demo](https://github.com/Tem-man/markmap-plus/blob/main/public/screen_1.png)
15
15
 
16
16
  ### Features
17
17
 
@@ -34,6 +34,8 @@ yarn add markmap-plus
34
34
  pnpm add markmap-plus
35
35
  ```
36
36
 
37
+ ### [Live Demo](https://tem-man.github.io/markmap-plus-docs/example/)
38
+
37
39
  ### Basic Usage (Vanilla JavaScript)
38
40
 
39
41
  The basic workflow is:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markmap-plus",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "markmap-plus is an enhanced version of markmap with node creation, editing, and deletion capabilities",
5
5
  "author": "Lin Jiman <temman_lin@qq.com>",
6
6
  "license": "MIT",