joplin-plugin-ridgeline 0.2.9 → 0.2.11

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
@@ -21,7 +21,8 @@ Ridgeline draws a compact stack of thin bars down the edge of your note — one
21
21
  - **Compact level-encoded minimap.** One thin bar per heading; the bar length encodes the heading level (H1 longest … H6 shortest), so the note's structure reads at a glance from a sliver of edge space.
22
22
  - **Live current-section tracking.** The bar for the section at the top of the viewport is brightened and thickened and follows your scrolling in real time.
23
23
  - **Hover-intent table of contents.** Let the pointer rest on the bars (a short dwell, so a mouse merely crossing the strip never pops it open) and the stack expands into a full clickable outline, indented by level, with the current heading highlighted. Click a bar or a row to jump.
24
- - **Editor and viewer, in step.** The strip is drawn in both the raw Markdown editor and the rendered note viewer, and a jump from either pane moves both.
24
+ - **Headings read the way the note reads.** Rows show each heading as the rendered note shows it, not as raw Markdown: a note or web link reads as its link text — including a reference link such as `[the guide][guide]`, whose `[guide]:` definition may sit anywhere in the note — and inline code, emphasis, escapes and the common HTML entities are rendered rather than printed.
25
+ - **Editor and viewer, in step.** The strip is drawn in both the raw Markdown editor and the rendered note viewer, down to the heading text itself — both panes show the identical string — and a jump from either pane moves both.
25
26
  - **Overlay or reserve.** Draw the strip over the text, or reserve a thin margin so it never overlaps a word — set independently for the editor and the viewer.
26
27
  - **Left or right, your call.** Park the strip on either edge of the pane.
27
28
  - **Theme-aware.** Colours are derived from the live editor surface, so the strip looks right on light, dark, and custom themes with no palette to configure.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-ridgeline",
3
- "version": "0.2.9",
3
+ "version": "0.2.11",
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": {
@@ -15,6 +15,7 @@
15
15
  "prepare": "npm run dist",
16
16
  "updateVersion": "webpack --env joplin-plugin-config=updateVersion",
17
17
  "test:sandbox-proxy": "node scripts/audit-sandbox-proxy.js",
18
+ "test:headings": "node scripts/test-headings.js",
18
19
  "setup:e2e": "bash scripts/setup-e2e.sh",
19
20
  "test:e2e": "npm run dist && npm run setup:e2e && xvfb-run -a --server-args=\"-screen 0 1920x1080x24\" playwright test"
20
21
  },
@@ -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.9",
5
+ "version": "0.2.11",
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:94c99c33811c762fdb6f5da95cb5eda6ad564639c826f049e4fb2a67287105a7",
39
- "_publish_commit": "master:995548433273a55fc086383e2e08d81c3f4e3659"
38
+ "_publish_hash": "sha256:f6cf185fca4668a2299b3259baa63b725cc16e0a733a07ca4cb78410815b13a2",
39
+ "_publish_commit": "master:d47e83088034c837a3d8b2b0b5f7772e224043de"
40
40
  }