joplin-plugin-heading-navigator 0.6.2 → 0.6.3

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,10 +5,14 @@
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
- <img src="https://github.com/user-attachments/assets/c58e8c22-08fd-4041-acbb-c678d8de76ac" alt="heading-navigator-demo" width="1262" height="918" />
8
+ ![heading-navigator-demo](https://github.com/user-attachments/assets/c58e8c22-08fd-4041-acbb-c678d8de76ac)
9
+
10
+ &nbsp;
9
11
 
10
12
  <img src="https://github.com/user-attachments/assets/b6dc9106-8b61-4d51-92d6-c8bc6357b9e1" alt="mobile_example" width="200" height="445" />
11
13
 
14
+ &nbsp;
15
+
12
16
  > [!important]
13
17
  > 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.
14
18
 
@@ -41,6 +45,8 @@ The panel appearance can be customized via Settings | Heading Navigator (desktop
41
45
  - Useful for longer heading text or smaller screens
42
46
  - **Panel max height**: 40-90% of editor viewport (default: 75%)
43
47
  - Prevents the panel from obscuring too much content
48
+ - **Compact mode**: Hide `H# - line #` metadata and reduce heading row height (default: off)
49
+ - Shows more headings at once in the panel
44
50
 
45
51
  Settings take effect the next time the panel is opened.
46
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-heading-navigator",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
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",
@@ -39,7 +39,7 @@
39
39
  "jest": "^30.2.0",
40
40
  "jest-environment-jsdom": "^30.2.0",
41
41
  "prettier": "^3.6.2",
42
- "tar": "^6.1.11",
42
+ "tar": "^7.5.9",
43
43
  "ts-jest": "^29.4.5",
44
44
  "ts-loader": "^9.3.1",
45
45
  "typescript": "^5.9.3",
@@ -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.6.2",
5
+ "version": "0.6.3",
6
6
  "platforms": [
7
7
  "desktop",
8
8
  "mobile"
@@ -58,6 +58,6 @@
58
58
  "type": "codeMirrorPlugin"
59
59
  }
60
60
  ],
61
- "_publish_hash": "sha256:4e9c5f52861e0664251b0ff3c840d627a20d2c266a9d13df3ebe5c8e98af2d3d",
62
- "_publish_commit": "main:36e0a1cacda1370d5d18d813cdca4fcf45bec880"
61
+ "_publish_hash": "sha256:8a2640eed48f469576413c96f77cc27b2a282efa9e03f0a8a033a5fe6adeb3f2",
62
+ "_publish_commit": "main:71136691321168899614c57a5bde78839f2a84f8"
63
63
  }