markmap-plus 0.0.6 → 0.0.7
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/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
## markmap-plus
|
|
2
2
|
|
|
3
|
-
markmap-plus is an enhanced version of markmap
|
|
3
|
+
markmap-plus is an enhanced version of markmap with node creation, editing, and deletion capabilities.
|
|
4
4
|
|
|
5
5
|
It keeps the original “Markdown → mind map” workflow, and adds rich editing features on top of the rendered diagram:
|
|
6
6
|
- create new nodes in the mind map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "markmap-plus",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.7",
|
|
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",
|
|
7
7
|
"keywords": [
|