joplin-plugin-ridgeline 0.2.11 → 0.2.12
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-ridgeline",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.12",
|
|
4
4
|
"description": "Ridgeline: a hover-expanding minimap outline for the Joplin editor and viewer.",
|
|
5
5
|
"homepage": "https://github.com/pmslava/joplin-plugin-ridgeline",
|
|
6
6
|
"repository": {
|
|
Binary file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": 1,
|
|
3
3
|
"id": "io.github.pmslava.ridgeline",
|
|
4
4
|
"app_min_version": "3.3",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.12",
|
|
6
6
|
"name": "Ridgeline",
|
|
7
7
|
"description": "A hover-expanding minimap outline for the Markdown editor and viewer: a compact stack of level-encoded bars that tracks the current section and expands into a full clickable table of contents on hover. Theme-aware, live settings, multi-window.",
|
|
8
8
|
"author": "pmslava",
|
|
@@ -35,6 +35,6 @@
|
|
|
35
35
|
"label": "In a split view the strip tracks the current section in both the editor and the rendered viewer at once"
|
|
36
36
|
}
|
|
37
37
|
],
|
|
38
|
-
"_publish_hash": "sha256:
|
|
39
|
-
"_publish_commit": "master:
|
|
38
|
+
"_publish_hash": "sha256:b82baf95956ad1670338ec93a487506e740a2bd349d93e0819ab1ef5576cd1e2",
|
|
39
|
+
"_publish_commit": "master:43a43179563e58efc4562f682bfb31b4fcd47309"
|
|
40
40
|
}
|