joplin-plugin-markmap 1.0.3 → 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
|
@@ -14,16 +14,17 @@ Currently it is only possible to export the mindmap to a html file.
|
|
|
14
14
|
- [ ] Save to various formats (SVG, PNG, to note itself)
|
|
15
15
|
- [ ] Save to SVG
|
|
16
16
|
- [ ] Save to PNG
|
|
17
|
-
- [x] Save to HTML
|
|
17
|
+
- [x] Save to HTML (Online)
|
|
18
18
|
- [ ] Save to to note
|
|
19
|
-
- [ ]
|
|
19
|
+
- [ ] Show control indicators (zoom, move in a direction)
|
|
20
20
|
- [ ] Explain controls on the mindmap
|
|
21
21
|
- [ ] Test
|
|
22
|
-
- [
|
|
22
|
+
- [x] Dynamically use note title as mindmap root
|
|
23
23
|
- [x] License
|
|
24
24
|
|
|
25
25
|
## Known bugs
|
|
26
26
|
- Because of note sanitization some math commands (e.g. \lt) are not visualised correctly (e.g. `<`)
|
|
27
|
+
- When the developer window is open the mindmap does not load in some cases, leaving the window empty.
|
|
27
28
|
|
|
28
29
|
## Joplin Plugin Development
|
|
29
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-markmap",
|
|
3
|
-
"version": "1.0.
|
|
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",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"dompurify": "^3.0.1",
|
|
32
32
|
"file-saver-es": "^2.0.5",
|
|
33
|
+
"markmap-lib": "^0.14.4",
|
|
33
34
|
"uuid": "^9.0.0"
|
|
34
35
|
}
|
|
35
36
|
}
|
|
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:
|
|
14
|
-
"_publish_commit": "main:
|
|
13
|
+
"_publish_hash": "sha256:f8d5420b4d7b94e33ac9890818dab24e5d77ed27ff41fb2021314f2583d1cbe6",
|
|
14
|
+
"_publish_commit": "main:6635d10e2a686b93f649e6b01d48fdd61ce4d6a8"
|
|
15
15
|
}
|