joplin-plugin-heading-navigator 0.5.0 → 0.5.2
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
|
@@ -5,8 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
A Joplin plugin that provides a simple overlay panel allowing you to navigate and filter headings in the markdown editor, inspired by sublime text's "go to symbol" function.
|
|
7
7
|
|
|
8
|
-

|
|
10
9
|
|
|
11
10
|
> [!important]
|
|
12
11
|
> This plugin only works in the markdown editor (editor view or split view). It does not work in the reading view or in the rich text editor. Codemirror 6 only, legacy editor is not supported.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-heading-navigator",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
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": "com.bwat47.heading-navigator",
|
|
4
4
|
"app_min_version": "3.3",
|
|
5
|
-
"version": "0.5.
|
|
5
|
+
"version": "0.5.2",
|
|
6
6
|
"name": "Heading Navigator",
|
|
7
7
|
"description": "Overlay panel to navigate through headings in the markdown editor using the keyboard",
|
|
8
8
|
"author": "bwat47",
|
|
@@ -48,6 +48,6 @@
|
|
|
48
48
|
"type": "codeMirrorPlugin"
|
|
49
49
|
}
|
|
50
50
|
],
|
|
51
|
-
"_publish_hash": "sha256:
|
|
52
|
-
"_publish_commit": "main:
|
|
51
|
+
"_publish_hash": "sha256:9c668b341d131ae52aa83d49ac3042ebdd6189754c3e9a9b480565fcd0563c40",
|
|
52
|
+
"_publish_commit": "main:62dd943ebb6fec623998a42ec589869a0e6f926b"
|
|
53
53
|
}
|