joplin-plugin-markmap 1.0.4 → 1.0.5

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
@@ -17,16 +17,14 @@ Currently it is only possible to export the mindmap to a html file.
17
17
  - [x] Save to HTML (Online)
18
18
  - [ ] Save to to note
19
19
  - [ ] Show control indicators (zoom, move in a direction)
20
- - [ ] Note title as root
21
20
  - [ ] Explain controls on the mindmap
22
21
  - [ ] Test
23
- - [ ] Recheck if note is still null
24
- - [ ] Dynamically use note title as mindmap root
22
+ - [x] Dynamically use note title as mindmap root
25
23
  - [x] License
26
24
 
27
25
  ## Known bugs
28
26
  - Because of note sanitization some math commands (e.g. \lt) are not visualised correctly (e.g. `<`)
29
- - Sometimes the mindmap does not load leaving the window empty. Closing and opening the mindmap window again is a workaround for that problem.
27
+ - When the developer window is open the mindmap does not load in some cases, leaving the window empty.
30
28
 
31
29
  ## Joplin Plugin Development
32
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-markmap",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
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
@@ -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:2ca7b64511d4ec4d4526dcde53d5f60a679d8e6afb75d51978f4c65641f12d18",
14
- "_publish_commit": "feature-markmap-module-usage:a61d3347e649cd100eed14b4b1914faa3c879718"
13
+ "_publish_hash": "sha256:f8d5420b4d7b94e33ac9890818dab24e5d77ed27ff41fb2021314f2583d1cbe6",
14
+ "_publish_commit": "main:6635d10e2a686b93f649e6b01d48fdd61ce4d6a8"
15
15
  }