joplin-plugin-heading-navigator 0.2.3 → 0.3.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
@@ -40,9 +40,3 @@ The panel appearance can be customized via Settings | Heading Navigator:
40
40
  - Prevents the panel from obscuring too much content
41
41
 
42
42
  Settings take effect the next time the panel is opened.
43
-
44
- ### Screenshots
45
-
46
- <img width="673" alt="screenshot1" src="https://github.com/user-attachments/assets/5b026bb7-48e3-43ed-8157-bf07720b6c2d" />
47
-
48
- <img width="677" alt="Screenshot2" src="https://github.com/user-attachments/assets/0ba7b41f-5de7-43ba-9cf1-652dd6c78991" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-heading-navigator",
3
- "version": "0.2.3",
3
+ "version": "0.3.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",
@@ -21,7 +21,7 @@
21
21
  ],
22
22
  "devDependencies": {
23
23
  "@eslint/eslintrc": "^3.3.1",
24
- "@eslint/js": "^9.38.0",
24
+ "@eslint/js": "^9.39.0",
25
25
  "@types/jest": "^30.0.0",
26
26
  "@types/node": "^24.9.2",
27
27
  "@typescript-eslint/eslint-plugin": "^8.46.2",
@@ -32,7 +32,7 @@
32
32
  "@lezer/markdown": "1.5.1",
33
33
  "chalk": "^4.1.0",
34
34
  "copy-webpack-plugin": "^13.0.1",
35
- "eslint": "^9.38.0",
35
+ "eslint": "^9.39.0",
36
36
  "eslint-config-prettier": "^10.1.8",
37
37
  "eslint-plugin-prettier": "^5.5.4",
38
38
  "fs-extra": "^10.1.0",
@@ -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.2.3",
5
+ "version": "0.3.0",
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:a90cb2f243b115609a8975546774864cf607572ddef61e5f1a456d6bb6ef0a18",
52
- "_publish_commit": "main:99c0f0d2b327fc124530ee63cd7df348e8fdb44f"
51
+ "_publish_hash": "sha256:646b2ac187069cce8fd48e15ae97188c80f66e5ff6925405b4e295c492d32250",
52
+ "_publish_commit": "main:52dd24d68e388c4f3a8498e756a27499111e82ba"
53
53
  }