joplin-plugin-heading-navigator 0.1.2 → 0.2.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
@@ -29,10 +29,21 @@ You can filter the list of headings using the search filter at the top of the pa
29
29
  - Search filter to filter list of headings
30
30
  - Panel adapts to your Joplin theme
31
31
 
32
+ ### Settings
33
+
34
+ ### User Configuration
35
+
36
+ The panel appearance can be customized via Settings | Heading Navigator:
37
+
38
+ - **Panel width**: 240-640px (default: 320px)
39
+ - Useful for longer heading text or smaller screens
40
+ - **Panel max height**: 40-90% of editor viewport (default: 75%)
41
+ - Prevents the panel from obscuring too much content
42
+
43
+ Settings take effect the next time the panel is opened.
44
+
32
45
  ### Screenshots
33
46
 
34
47
  <img width="673" alt="screenshot1" src="https://github.com/user-attachments/assets/5b026bb7-48e3-43ed-8157-bf07720b6c2d" />
35
48
 
36
49
  <img width="677" alt="Screenshot2" src="https://github.com/user-attachments/assets/0ba7b41f-5de7-43ba-9cf1-652dd6c78991" />
37
-
38
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-heading-navigator",
3
- "version": "0.1.2",
3
+ "version": "0.2.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",
@@ -23,7 +23,7 @@
23
23
  "@eslint/eslintrc": "^3.3.1",
24
24
  "@eslint/js": "^9.38.0",
25
25
  "@types/jest": "^30.0.0",
26
- "@types/node": "^24.9.1",
26
+ "@types/node": "^24.9.2",
27
27
  "@typescript-eslint/eslint-plugin": "^8.46.2",
28
28
  "@typescript-eslint/parser": "^8.46.2",
29
29
  "@joplin/utils": "^3.5.1",
@@ -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.1.2",
5
+ "version": "0.2.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:296be3525ff6143015b73debddb3c6910bf9fd16b7170449fd31560d1293fce2",
52
- "_publish_commit": "main:3fb8c8266dddd442a4f64244f3258843a9396e4e"
51
+ "_publish_hash": "sha256:274221d7cf5ea1491048e02ee281c1640e66c886da050de899ef879f895cc235",
52
+ "_publish_commit": "main:dbcf358aeeede0cfe7f4fd2d6c85b7379d4a4444"
53
53
  }