joplin-plugin-markmap 1.5.0 → 1.6.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
@@ -1,32 +1,34 @@
1
- # Joplin Markmap Plugin
2
-
3
- This plugin allows the usage of markmap to visualize the current note in form of a mindmap.
4
-
5
- ![](demo.png?raw=true)
6
-
7
- ## Usage
8
- To access the mindmap open the note and click on the diagram icon seen in the taskbar.
9
- Zooming as well as paning can be done with the mouse.
10
- Each node is collapseable by clicking on it.
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).
13
-
14
- ## TODO
15
- - [x] Save to various formats (SVG, PNG, to note itself)
16
- - [x] Save to SVG
17
- - [x] Save to PNG
18
- - [x] Save to HTML (Online)
19
- - [x] Save to note
20
- - [ ] Show control indicators (zoom, move in a direction)
21
- - [x] Explain controls on the mindmap
22
- - [ ] Write Tests
23
- - [x] Dynamically use note title as mindmap root
24
- - [x] License
25
-
26
- ## Known bugs
27
- - Because of note sanitization some math commands (e.g. \lt) are not visualised correctly (e.g. `<`)
28
- - When the developer window is open the mindmap does not load in some cases, leaving the window empty
29
- - When opening an exported svg in the firefox browser some labels appear to be cropped
30
-
31
- ## Discussion
1
+ # Joplin Markmap Plugin
2
+
3
+ This plugin allows the usage of markmap to visualize the current note in form of a mindmap.
4
+
5
+ ![](demo.png?raw=true)
6
+
7
+ ## Usage
8
+ To access the mindmap open the note and click on the diagram icon seen in the taskbar.
9
+ Zooming as well as paning can be done with the mouse.
10
+ Each node is collapseable by clicking on it.
11
+ It is possible to export the mindmap to a html file, a PNG file, a SVG file and to the note itself.
12
+ The plugin can be triggered by a hotkey (per default Ctrl/CMD + Shift + M).
13
+
14
+ All settings (described [here](https://markmap.js.org/docs/json-options)) can be set under Tools > Options > Plugins > MarkMap
15
+ ## TODO
16
+ - [x] Save to various formats (SVG, PNG, to note itself)
17
+ - [x] Save to SVG
18
+ - [x] Save to PNG
19
+ - [x] Save to HTML (Online)
20
+ - [x] Save to note
21
+ - [x] Show control indicators (zoom, move in a direction)
22
+ - [x] ~~Explain controls on the mindmap~~
23
+ - [ ] Write Tests
24
+ - [x] Dynamically use note title as mindmap root
25
+ - [x] License
26
+ - [ ] Local setting per note
27
+
28
+ ## Known bugs
29
+ - Because of note sanitization some math commands (e.g. \lt) are not visualised correctly (e.g. `<`)
30
+ - When the developer window is open the mindmap does not load in some cases, leaving the window empty
31
+ - When opening an exported svg in the firefox browser some labels appear to be cropped
32
+
33
+ ## Discussion
32
34
  The discussion can be found on [Discourse](https://discourse.joplinapp.org/t/plugin-markmap/30426).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-markmap",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "scripts": {
5
5
  "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env 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.5.0",
5
+ "version": "1.6.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:3f5cda4bc9badd58d7248d608306548836eb9c39ef0a5fde68fccad9ffaf5815",
14
- "_publish_commit": "main:79ddfb998746d9db4e6d5bf5281890b386517d50"
13
+ "_publish_hash": "sha256:7971c671e5b570d2279658b11f24eaa9b640c88cd490623fa6dad848d42a4b54",
14
+ "_publish_commit": "main:4e0102c32e0ecf19020b512f474634f016803f41"
15
15
  }