mind-elixir 5.9.0 → 5.9.2

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.
@@ -49,7 +49,8 @@ declare namespace MindElixir {
49
49
  getDataString: (this: MindElixirInstance) => string;
50
50
  getData: (this: MindElixirInstance) => MindElixirData;
51
51
  enableEdit: (this: MindElixirInstance) => void;
52
- disableEdit: (this: MindElixirInstance) => void;
52
+ disableEdit: (// main link container
53
+ this: MindElixirInstance) => void;
53
54
  scale: (this: MindElixirInstance, scaleVal: number, offset?: {
54
55
  x: number;
55
56
  y: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mind-elixir",
3
- "version": "5.9.0",
3
+ "version": "5.9.2",
4
4
  "type": "module",
5
5
  "description": "Mind elixir is a free open source mind map core.",
6
6
  "keywords": [
package/readme.md CHANGED
@@ -79,14 +79,10 @@ Use `npx skills add` to install guides to your project:
79
79
  **Integration Guide**:
80
80
 
81
81
  ```bash
82
- npx skills add https://github.com/ssshooter/mind-elixir-core/blob/master/skills/integrate-mind-elixir
82
+ npx skills add ssshooter/mind-elixir-core
83
83
  ```
84
84
 
85
- **Other Skills**:
86
-
87
- - [Customize Markdown](skills/customize-markdown/SKILL.md): `npx skills add https://github.com/ssshooter/mind-elixir-core/blob/master/skills/customize-markdown`
88
- - [Export as Image](skills/export-mindmap-image/SKILL.md): `npx skills add https://github.com/ssshooter/mind-elixir-core/blob/master/skills/export-mindmap-image`
89
- - [Streaming Mindmap](skills/streaming-mindmap/SKILL.md): `npx skills add https://github.com/ssshooter/mind-elixir-core/blob/master/skills/streaming-mindmap`
85
+ ![mind elixir skills](./images/skills.jpg)
90
86
 
91
87
  <details>
92
88
  <summary>Table of Contents</summary>