joplin-plugin-markmap 1.2.0 → 1.4.0

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
@@ -8,17 +8,18 @@ This plugin allows the usage of markmap to visualize the current note in form of
8
8
  To access the mindmap open the note and click on the diagram icon seen in the taskbar.
9
9
  Zooming as well as paning can be done with the mouse.
10
10
  Each node is collapseable by clicking on it.
11
- Currently it is only possible to export the mindmap to a html file.
11
+ It is possible to export the mindmap to a html file, a PNG file, a SVG file and to the note itself.
12
+ Lastly, the plugin can be triggered by a hotkey (per default Ctrl/CMD + Shift + M).
12
13
 
13
14
  ## TODO
14
- - [ ] Save to various formats (SVG, PNG, to note itself)
15
+ - [x] Save to various formats (SVG, PNG, to note itself)
15
16
  - [x] Save to SVG
16
- - [ ] Save to PNG
17
+ - [x] Save to PNG
17
18
  - [x] Save to HTML (Online)
18
- - [ ] Save to note
19
+ - [x] Save to note
19
20
  - [ ] Show control indicators (zoom, move in a direction)
20
21
  - [ ] Explain controls on the mindmap
21
- - [ ] Test
22
+ - [ ] Write Tests
22
23
  - [x] Dynamically use note title as mindmap root
23
24
  - [x] License
24
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-markmap",
3
- "version": "1.2.0",
3
+ "version": "1.4.0",
4
4
  "scripts": {
5
5
  "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
6
6
  "prepare": "npm run dist",
Binary file
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 1,
3
3
  "id": "de.fomin.markmap",
4
4
  "app_min_version": "2.8",
5
- "version": "1.2.0",
5
+ "version": "1.4.0",
6
6
  "name": "Markmap",
7
7
  "description": "Generate a mindmap using markmap",
8
8
  "author": "Daniel Fomin",
@@ -10,6 +10,6 @@
10
10
  "repository_url": "https://git.fomin.site/daniel/joplin-markmap",
11
11
  "keywords": [],
12
12
  "categories": [],
13
- "_publish_hash": "sha256:b5ccfdc1bceda096edc101663e9e65ba996b55992810abc7b7523d64cb05c9f7",
14
- "_publish_commit": "main:6520f38ea78a167d90f0e3730a68c1f752e770c3"
13
+ "_publish_hash": "sha256:e41d8b2e414ccbdc90a56418804a47d043be87376b281adc42b3e0d3d9f54cad",
14
+ "_publish_commit": "main:cdb9ab00b4fe8b2c67e9cbec70eec3657c3eafc3"
15
15
  }