joplin-plugin-cockpit 1.7.5
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/LICENSE +47 -0
- package/README.md +58 -0
- package/package.json +62 -0
- package/publish/io.github.pmslava.cockpit.jpl +0 -0
- package/publish/io.github.pmslava.cockpit.json +48 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 pmslava
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
Cockpit began as a fork of the Agenda plugin for Joplin by BeatLink and
|
|
26
|
+
TheScriptingGuy, originally distributed under the MIT License. Their original
|
|
27
|
+
copyright and permission notice is preserved below.
|
|
28
|
+
|
|
29
|
+
Copyright (c) 2021 BeatLink and TheScriptingGuy
|
|
30
|
+
|
|
31
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
32
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
33
|
+
in the Software without restriction, including without limitation the rights
|
|
34
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
35
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
36
|
+
furnished to do so, subject to the following conditions:
|
|
37
|
+
|
|
38
|
+
The above copyright notice and this permission notice shall be included in all
|
|
39
|
+
copies or substantial portions of the Software.
|
|
40
|
+
|
|
41
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
42
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
43
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
44
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
45
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
46
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
47
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Cockpit — a Joplin plugin
|
|
2
|
+
|
|
3
|
+
One panel for your to-dos, notes, and the checkboxes inside them, grouped by when they are due.
|
|
4
|
+
|
|
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
|
+
|
|
7
|
+

|
|
8
|
+
*One panel: every to-do and note, grouped by due date, with a progress ring on each row.*
|
|
9
|
+
|
|
10
|
+
<!-- HERO SHOT (docs/images/hero-panel.png): the desktop panel docked beside the note list,
|
|
11
|
+
a profile selected, the interval view showing Overdue / Today / This Week groups, a couple of
|
|
12
|
+
rows with a partly-filled progress ring, and a visible notebook pill on at least one row. -->
|
|
13
|
+
|
|
14
|
+
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
|
+

|
|
17
|
+
*Theme presets and custom colours, with adjustable font and circle size.*
|
|
18
|
+
|
|
19
|
+
<!-- themes.png: the panel under a non-default theme (e.g. Nord or a custom colour set), with the
|
|
20
|
+
Cockpit settings section visible so the font-size / circle-size / completed-to-do-style options
|
|
21
|
+
show. Include at least one completed to-do so its style reads. -->
|
|
22
|
+
|
|
23
|
+

|
|
24
|
+
*The alarm picker: ISO date, 24-hour time, a Monday-first calendar, and quick shortcuts.*
|
|
25
|
+
|
|
26
|
+
<!-- alarm-picker.png: the picker open (desktop or the mobile overlay), showing the Monday-first
|
|
27
|
+
calendar grid, the hour/minute columns, and the Today / Tomorrow / +week / +month buttons.
|
|
28
|
+
Pick a to-do so a date is prefilled. -->
|
|
29
|
+
|
|
30
|
+
## Also
|
|
31
|
+
|
|
32
|
+
- Overview notes: the same list written into a regular note, readable in any Joplin client.
|
|
33
|
+
- A synchronise button that reports the last sync time, duration, and any errors.
|
|
34
|
+
- A context menu on every row: open, switch type, tags, move, duplicate, copy link, delete.
|
|
35
|
+
- New note and New to-do buttons that create in the notebook you have filtered to.
|
|
36
|
+
|
|
37
|
+
## Install
|
|
38
|
+
|
|
39
|
+
In Joplin, open Settings (Configuration on Android) → Plugins, search for "Cockpit", and click Install. This works on both desktop and Android.
|
|
40
|
+
|
|
41
|
+
To install the file by hand instead, download `io.github.pmslava.cockpit.jpl` from the [releases page](https://github.com/pmslava/joplin-plugin-cockpit/releases) and use Plugins → Install from file; both platforms use the same file.
|
|
42
|
+
|
|
43
|
+
### Build from source
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
npm install
|
|
47
|
+
npm run dist
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
The build writes `publish/io.github.pmslava.cockpit.jpl`. The same file serves both platforms.
|
|
51
|
+
|
|
52
|
+
## Credits
|
|
53
|
+
|
|
54
|
+
Cockpit began as a fork of [Agenda](https://github.com/TheScriptingGuy/Joplin-Agenda-Plugin) by BeatLink and TheScriptingGuy (MIT). The panel, dialogs, and most behaviour have since been reworked, but the profile system and overview notes trace back to their work. The idea of aggregating all your scattered work into one live view came from the [Inline Tag Navigator](https://github.com/alondmnt/joplin-plugin-tag-navigator) plugin by alondmnt, though Cockpit built it on Joplin's core to-do functionality rather than inline tag syntax.
|
|
55
|
+
|
|
56
|
+
## License
|
|
57
|
+
|
|
58
|
+
MIT. See [LICENSE](LICENSE).
|
package/package.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "joplin-plugin-cockpit",
|
|
3
|
+
"version": "1.7.5",
|
|
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
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/pmslava/joplin-plugin-cockpit"
|
|
8
|
+
},
|
|
9
|
+
"publishConfig": {
|
|
10
|
+
"access": "public"
|
|
11
|
+
},
|
|
12
|
+
"scripts": {
|
|
13
|
+
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
|
|
14
|
+
"test": "npm run dist && node test/run.js",
|
|
15
|
+
"setup:e2e": "bash scripts/setup-e2e.sh",
|
|
16
|
+
"test:e2e": "npm run dist && npm run setup:e2e && xvfb-run -a --server-args=\"-screen 0 1920x1080x24\" playwright test",
|
|
17
|
+
"prepare": "npm run dist",
|
|
18
|
+
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force",
|
|
19
|
+
"updateVersion": "webpack --env joplin-plugin-config=updateVersion"
|
|
20
|
+
},
|
|
21
|
+
"license": "MIT",
|
|
22
|
+
"keywords": [
|
|
23
|
+
"joplin-plugin",
|
|
24
|
+
"joplin",
|
|
25
|
+
"agenda",
|
|
26
|
+
"calendar",
|
|
27
|
+
"schedule",
|
|
28
|
+
"todo",
|
|
29
|
+
"upcoming",
|
|
30
|
+
"date"
|
|
31
|
+
],
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@joplin/lib": "~2.9",
|
|
34
|
+
"@playwright/test": "^1.62.0",
|
|
35
|
+
"@types/node": "^18.7.13",
|
|
36
|
+
"chalk": "^4.1.0",
|
|
37
|
+
"copy-webpack-plugin": "^11.0.0",
|
|
38
|
+
"fs-extra": "^10.1.0",
|
|
39
|
+
"glob": "^8.0.3",
|
|
40
|
+
"on-build-webpack": "^0.1.0",
|
|
41
|
+
"playwright": "^1.62.0",
|
|
42
|
+
"raw-loader": "^4.0.2",
|
|
43
|
+
"tar": "^6.1.11",
|
|
44
|
+
"ts-loader": "^9.3.1",
|
|
45
|
+
"typescript": "^4.8.2",
|
|
46
|
+
"webpack": "^5.74.0",
|
|
47
|
+
"webpack-cli": "^4.10.0",
|
|
48
|
+
"yargs": "^16.2.0"
|
|
49
|
+
},
|
|
50
|
+
"dependencies": {
|
|
51
|
+
"browserify": "^17.0.0",
|
|
52
|
+
"date-fns": "^2.20.0",
|
|
53
|
+
"reflect-metadata": "^0.1.13",
|
|
54
|
+
"sqlite3": "^5.0.2",
|
|
55
|
+
"stream-browserify": "*",
|
|
56
|
+
"typeorm": "^0.2.32",
|
|
57
|
+
"yo": "^5.0.0"
|
|
58
|
+
},
|
|
59
|
+
"files": [
|
|
60
|
+
"publish"
|
|
61
|
+
]
|
|
62
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manifest_version": 1,
|
|
3
|
+
"id": "io.github.pmslava.cockpit",
|
|
4
|
+
"app_min_version": "2.9",
|
|
5
|
+
"app_min_version_mobile": "3.3",
|
|
6
|
+
"platforms": [
|
|
7
|
+
"desktop",
|
|
8
|
+
"mobile"
|
|
9
|
+
],
|
|
10
|
+
"version": "1.7.5",
|
|
11
|
+
"name": "Cockpit",
|
|
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
|
+
"author": "pmslava",
|
|
14
|
+
"homepage_url": "https://github.com/pmslava/joplin-plugin-cockpit",
|
|
15
|
+
"repository_url": "https://github.com/pmslava/joplin-plugin-cockpit",
|
|
16
|
+
"keywords": [
|
|
17
|
+
"joplin",
|
|
18
|
+
"todo",
|
|
19
|
+
"task",
|
|
20
|
+
"agenda",
|
|
21
|
+
"calendar",
|
|
22
|
+
"planner",
|
|
23
|
+
"panel",
|
|
24
|
+
"notes",
|
|
25
|
+
"due",
|
|
26
|
+
"schedule"
|
|
27
|
+
],
|
|
28
|
+
"categories": [
|
|
29
|
+
"productivity",
|
|
30
|
+
"personal knowledge management"
|
|
31
|
+
],
|
|
32
|
+
"screenshots": [
|
|
33
|
+
{
|
|
34
|
+
"src": "docs/images/hero-panel.png",
|
|
35
|
+
"label": "The Cockpit panel on desktop: every to-do and note grouped by due date, with a progress ring on each row"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"src": "docs/images/themes.png",
|
|
39
|
+
"label": "Theme presets and custom colours, with adjustable font and circle size"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"src": "docs/images/alarm-picker.png",
|
|
43
|
+
"label": "The alarm picker: ISO date, 24-hour time, a Monday-first calendar, and quick shortcuts"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"_publish_hash": "sha256:b05152cf4b93934d0735616245010b2768ca07934d0a99f51230704f24ac3aed",
|
|
47
|
+
"_publish_commit": "main:049a37b10cc442544fec264d749b1f28f23859cf"
|
|
48
|
+
}
|