joplin-plugin-ridgeline 0.2.12 → 0.2.13

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
@@ -28,6 +28,7 @@ Ridgeline draws a compact stack of thin bars down the edge of your note — one
28
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.
29
29
  - **Live settings and multi-window.** Every setting applies immediately, in every open window, without a reload.
30
30
  - **Stays out of the way.** Hide the whole strip with a keystroke, or let it disappear automatically on notes that have no headings so the text uses the full width.
31
+ - **Navigation only — never in your output.** The strip is a way to move around a note, not part of it, so it is excluded from **Export → PDF**, **File → Print** and **Export → HTML**: an exported or printed note is the plain document, with no minimap in it. For the same reason it never draws inside the Rich Text editor, where the document you are looking at *is* the note itself.
31
32
 
32
33
  ## Install
33
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-ridgeline",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
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": {
@@ -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.12",
5
+ "version": "0.2.13",
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:b82baf95956ad1670338ec93a487506e740a2bd349d93e0819ab1ef5576cd1e2",
39
- "_publish_commit": "master:43a43179563e58efc4562f682bfb31b4fcd47309"
38
+ "_publish_hash": "sha256:7b95f5e83e97efc42edda6b1b0615cfca46f58d374242e69a1b0fba2d4f8064d",
39
+ "_publish_commit": "master:d75295da8bf8ab0d24a8d47c25a00f9b7207bdaa"
40
40
  }