markmap-plus 0.0.6 → 0.0.8
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 +2 -2
- package/dist/browser/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
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
|
|
@@ -217,4 +217,4 @@ function exportMarkdown() {
|
|
|
217
217
|
|
|
218
218
|
### More Documentation
|
|
219
219
|
|
|
220
|
-
For more details about interaction, keyboard shortcuts, and full API reference, see the docs
|
|
220
|
+
For more details about interaction, keyboard shortcuts, and full API reference, see the [docs](https://tem-man.github.io/markmap-plus-docs) or the published documentation site.
|