joplin-plugin-cockpit 2.1.3 → 2.2.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
|
@@ -21,7 +21,10 @@ Cockpit is a single [Joplin](https://joplinapp.org) panel built to replace the n
|
|
|
21
21
|
filter + sort + sync, search field), notebook pills on rows, one greyed completed to-do, and
|
|
22
22
|
partly-filled progress rings including on the row whose note is open in the editor — with that
|
|
23
23
|
note's checkboxes visible beside it so the ring and the ticks match. Completed to-dos setting:
|
|
24
|
-
"Grayed out".
|
|
24
|
+
"Grayed out". Capture midweek, early in the month and not in December: a period whose remaining
|
|
25
|
+
days are already covered by the groups above it is replaced by the next one, and the headings then
|
|
26
|
+
read Next Week / Next Month / Next Year - and in December the year slot is ALWAYS Next Year, whose
|
|
27
|
+
slice runs to the next December 31st, so nothing is left over for a Future group at all. -->
|
|
25
28
|
|
|
26
29
|
One screen gives you the whole picture. A profile is a whole saved view — its format, filters, search and sorting — so switching profiles switches everything in one step. Narrow the list by notebook, or by anything Joplin's own search understands. Reschedule by dragging a to-do onto a day, or open the date picker for an exact time. The same file runs on Android.
|
|
27
30
|
|
|
@@ -37,7 +40,7 @@ Cockpit needs Joplin 2.9 or newer on desktop and 3.3 or newer on mobile.
|
|
|
37
40
|
|
|
38
41
|
## Views
|
|
39
42
|
|
|
40
|
-
**Interval** is the default. It sorts everything into named horizons — Overdue, Today, Tomorrow, This Week, This Month, This Year, Future, No Due Date — and labels each row with just as much date as its group needs: a time under Today, a weekday under This Week, a full date under Overdue.
|
|
43
|
+
**Interval** is the default. It sorts everything into named horizons — Overdue, Today, Tomorrow, This Week, This Month, This Year (or Next Week / Next Month / Next Year — see below), Future, No Due Date — and labels each row with just as much date as its group needs: a time under Today, a weekday under This Week, a full date under Overdue. Each group covers only the time the groups above it have not already taken, so a period whose remaining days are all covered is replaced by the next one: on a Saturday the week is already spent, and you see **Next Week** instead of This Week. The same goes for **Next Month** in the last days of a month and **Next Year** through December.
|
|
41
44
|
|
|
42
45
|
**Date** gives one heading per calendar day, each row prefixed with its due time. **Basic** does no grouping at all: a single list of titles, for a profile that wants a plain roll-up rather than a schedule.
|
|
43
46
|
|
|
@@ -74,7 +77,7 @@ Regular notes appear in their own "Notes" group, before or after the to-dos, per
|
|
|
74
77
|
|
|
75
78
|
## Due dates
|
|
76
79
|
|
|
77
|
-
On desktop, drag a to-do onto a calendar day, a week-planner day or a list heading to reschedule it. Onto Today or Tomorrow it becomes due that day; onto This Week,
|
|
80
|
+
On desktop, drag a to-do onto a calendar day, a week-planner day or a list heading to reschedule it. Onto Today or Tomorrow it becomes due that day; onto a period group — This or Next Week, Month or Year — it becomes due on the **first** day of that group, the earliest day it names rather than its deadline; onto No Due Date its alarm is cleared. Drop into the gap *between* two rows and it lands midway between its new neighbours; drop several and the interval is divided into equal shares in the order you dragged them. That works at a group's edges too, including inside Overdue. A to-do dragged onto a bare day gets the day start time, 09:00 unless you change it.
|
|
78
81
|
|
|
79
82
|
For an exact time there is the picker: a YYYY-MM-DD date field, an HH:MM time field, and a month grid starting on the profile's first day of the week, with scrolling hour and minute columns pinned flush with it. Two rows of buttons sit above. The first is absolute — Today, Tomorrow, Weekends (the nearest Saturday), Next Monday. The second accumulates as you press it: +hour, +day, +week, +month(day) for the same weekday next month, +month(date) for the same day-of-month, clamped.
|
|
80
83
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-cockpit",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.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",
|
|
Binary file
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"desktop",
|
|
8
8
|
"mobile"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.
|
|
10
|
+
"version": "2.2.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:
|
|
47
|
-
"_publish_commit": "master:
|
|
46
|
+
"_publish_hash": "sha256:d8f64e86d22246abc8bb87d3e8244391879fbba5b538f645601b3a0acd6b8a8a",
|
|
47
|
+
"_publish_commit": "master:bd75f5203d615e1e7953e45239c752825a13cbc3"
|
|
48
48
|
}
|