joplin-plugin-cockpit 1.9.3 → 2.0.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
@@ -12,7 +12,7 @@ Cockpit is a single [Joplin](https://joplinapp.org) panel built to replace the n
12
12
  a profile selected, the interval view showing Overdue / Today / This Week groups, a couple of
13
13
  rows with a partly-filled progress ring, and a visible notebook pill on at least one row. -->
14
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
+ 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:` — filter the suggestions and pick several at once (Ctrl+click, or press and hold on touch). 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.
16
16
 
17
17
  ![Theme presets and custom colours](docs/images/themes.png)
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-cockpit",
3
- "version": "1.9.3",
3
+ "version": "2.0.0",
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",
@@ -7,7 +7,7 @@
7
7
  "desktop",
8
8
  "mobile"
9
9
  ],
10
- "version": "1.9.3",
10
+ "version": "2.0.0",
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:18b71e825824d87fea50904e5d596e18b8d5284ab2179febb62f84b580599c51",
47
- "_publish_commit": "master:dc47ff6f895177e428cecfedd00491d0e4995688"
46
+ "_publish_hash": "sha256:b39bf339e2ecc31386164b91a1ff073aa7911ae1bf06f6aed4b65a6b4cb275c2",
47
+ "_publish_commit": "master:88831e87b69a8c18d77c26aa0cf6176ba6418778"
48
48
  }