joplin-plugin-calendar-notes 2.5.3 → 2.5.4
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
|
@@ -34,13 +34,14 @@ Joplin **3.5** or newer.
|
|
|
34
34
|
| Notes: notebook | Notebook path for new calendar notes, e.g. `Calendar notes`; missing notebooks are created automatically |
|
|
35
35
|
| Notes: nested notebooks | Optional path inside the notes notebook, e.g. `{{year}}/{{month}}` |
|
|
36
36
|
| Notes: new note template | Joplin note used as a body template for new notes, e.g. `Templates/Calendar note`; template tags are copied to created notes |
|
|
37
|
-
| Tasks: notebook | Notebook path for new todo tasks, e.g. `Tasks`; missing notebooks are created automatically |
|
|
37
|
+
| Tasks: notebook | Notebook path for new active todo tasks, e.g. `Tasks`; missing notebooks are created automatically |
|
|
38
38
|
| Tasks: nested notebooks | Optional path inside the tasks notebook, e.g. `{{year}}/{{month}}` |
|
|
39
|
+
| Tasks: completed notebook | Notebook path where completed tasks are moved, e.g. `Completed tasks`; missing notebooks are created automatically |
|
|
39
40
|
| Tasks: new task template | Joplin note used as a body template for new todo tasks, e.g. `Templates/Calendar task`; template tags are copied to created tasks |
|
|
40
41
|
|
|
41
42
|
## How notes are matched
|
|
42
43
|
|
|
43
|
-
Notes are matched only inside the configured notes notebook and its nested notebooks. Joplin todo tasks are matched only inside the configured tasks notebook and its nested notebooks. An item belongs to a day when its title starts with the selected date format, so renamed items like `25.01.2026 meeting` remain visible for that day. New notes and tasks are created in their own configured notebooks. If a nested structure is set, missing nested notebooks are created automatically.
|
|
44
|
+
Notes are matched only inside the configured notes notebook and its nested notebooks. Active Joplin todo tasks are matched only inside the configured tasks notebook and its nested notebooks. Completed tasks are moved to the configured completed tasks notebook. An item belongs to a day when its title starts with the selected date format, so renamed items like `25.01.2026 meeting` remain visible for that day. New notes and tasks are created in their own configured notebooks. If a nested structure is set, missing nested notebooks are created automatically.
|
|
44
45
|
|
|
45
46
|
## Recurring tasks
|
|
46
47
|
|
package/package.json
CHANGED
|
Binary file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": 1,
|
|
3
3
|
"id": "com.github.eugenelesnov.CalendarNotes",
|
|
4
4
|
"app_min_version": "3.5",
|
|
5
|
-
"version": "2.5.
|
|
5
|
+
"version": "2.5.4",
|
|
6
6
|
"name": "Calendar Notes",
|
|
7
7
|
"description": "Create notes and tasks for any day in the calendar.",
|
|
8
8
|
"author": "Eugene Lesnov",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"screenshots": [],
|
|
23
23
|
"icons": {},
|
|
24
24
|
"promo_tile": {},
|
|
25
|
-
"_publish_hash": "sha256:
|
|
26
|
-
"_publish_commit": "main:
|
|
25
|
+
"_publish_hash": "sha256:81e837b0f0cde3da4398d892345ad2530cbad61ce3728e385b2633a11093042c",
|
|
26
|
+
"_publish_commit": "main:050f64ad0ca37c8dca89df46789159ad73c7fe43"
|
|
27
27
|
}
|