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 CHANGED
@@ -1,6 +1,6 @@
1
1
  ## markmap-plus
2
2
 
3
- markmap-plus is an enhanced version of markmap for building interactive mind maps directly in the browser.
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 in `docs/` or the published documentation site.
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.