joplin-plugin-cockpit 1.7.5 → 1.7.7

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,6 +5,7 @@ One panel for your to-dos, notes, and the checkboxes inside them, grouped by whe
5
5
  Cockpit is a single [Joplin](https://joplinapp.org) panel built to replace the notes and notebooks sidebars. It gathers every to-do, every note, and the checkboxes inside them into one view, grouped by due date — so it is your plan and your whole archive at the same time. Switch it between an Overdue / Today / This Week rundown, a flat date list, a month calendar, or a week planner. It is built for one thing: deciding what to do right now.
6
6
 
7
7
  ![The Cockpit panel on desktop](docs/images/hero-panel.png)
8
+
8
9
  *One panel: every to-do and note, grouped by due date, with a progress ring on each row.*
9
10
 
10
11
  <!-- HERO SHOT (docs/images/hero-panel.png): the desktop panel docked beside the note list,
@@ -14,6 +15,7 @@ Cockpit is a single [Joplin](https://joplinapp.org) panel built to replace the n
14
15
  Save any set-up as a profile — its view, filters, search, and what counts as done — then switch profiles to switch the whole view. Narrow the list by notebook or full Joplin search, with autocomplete for `tag:`, `notebook:`, and `title:`. Reschedule by dragging a to-do onto a day or a group, or open the alarm picker for an exact date and time. Recolour the panel to match Joplin or a built-in theme. It runs on Android too, where the pickers and the profile editor are drawn as touch-native overlays.
15
16
 
16
17
  ![Theme presets and custom colours](docs/images/themes.png)
18
+
17
19
  *Theme presets and custom colours, with adjustable font and circle size.*
18
20
 
19
21
  <!-- themes.png: the panel under a non-default theme (e.g. Nord or a custom colour set), with the
@@ -21,6 +23,7 @@ Save any set-up as a profile — its view, filters, search, and what counts as d
21
23
  show. Include at least one completed to-do so its style reads. -->
22
24
 
23
25
  ![The set-alarm picker](docs/images/alarm-picker.png)
26
+
24
27
  *The alarm picker: ISO date, 24-hour time, a Monday-first calendar, and quick shortcuts.*
25
28
 
26
29
  <!-- alarm-picker.png: the picker open (desktop or the mobile overlay), showing the Monday-first
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-cockpit",
3
- "version": "1.7.5",
3
+ "version": "1.7.7",
4
4
  "description": "A tasks-and-notes command center panel: due dates with drag and drop and a calendar picker, checkbox progress rings, notebook and search filters, view profiles, and notebook management - on desktop and mobile.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -59,4 +59,4 @@
59
59
  "files": [
60
60
  "publish"
61
61
  ]
62
- }
62
+ }
@@ -7,7 +7,7 @@
7
7
  "desktop",
8
8
  "mobile"
9
9
  ],
10
- "version": "1.7.5",
10
+ "version": "1.7.7",
11
11
  "name": "Cockpit",
12
12
  "description": "A tasks-and-notes command center panel: due dates with drag and drop and a calendar picker, checkbox progress rings, notebook and search filters, view profiles, and notebook management - on desktop and mobile.",
13
13
  "author": "pmslava",
@@ -43,6 +43,6 @@
43
43
  "label": "The alarm picker: ISO date, 24-hour time, a Monday-first calendar, and quick shortcuts"
44
44
  }
45
45
  ],
46
- "_publish_hash": "sha256:b05152cf4b93934d0735616245010b2768ca07934d0a99f51230704f24ac3aed",
47
- "_publish_commit": "main:049a37b10cc442544fec264d749b1f28f23859cf"
46
+ "_publish_hash": "sha256:254e17b474fc70de628de22bd508ee4e299822c7cac1c0d4ebbcb55655595960",
47
+ "_publish_commit": "master:60bbf855def3f5fbd5b387196cd71137f7a871c1"
48
48
  }