joplin-plugin-calendar-notes 2.2.0 → 2.3.1
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
|
@@ -7,7 +7,7 @@ A Joplin plugin that adds a calendar panel for daily notes.
|
|
|
7
7
|
- Calendar panel toggled from the toolbar or **Tools → Toggle Calendar**.
|
|
8
8
|
- Days with existing notes or tasks are highlighted.
|
|
9
9
|
- Click a day to select it; sections below the calendar list that day's tasks and notes.
|
|
10
|
-
- Create Joplin todo tasks for a selected day, complete them from the calendar panel, see task reminders, and keep overdue tasks visible in one place.
|
|
10
|
+
- Create Joplin todo tasks for a selected day, complete them from the calendar panel, configure simple recurring tasks, see task reminders, and keep overdue tasks visible in one place.
|
|
11
11
|
- Simple presets for date format and new note titles.
|
|
12
12
|
- Separate notebooks and nested structures for calendar notes and tasks.
|
|
13
13
|
- Optional note and task templates with placeholders (`{{title}}`, `{{date}}`, `{{time}}`, `{{YYYY}}`, `{{MM}}`, `{{dd}}`, `{{date:dd.MM.YYYY}}`, …).
|
|
@@ -42,6 +42,10 @@ Joplin **3.5** or newer.
|
|
|
42
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
44
|
|
|
45
|
+
## Recurring tasks
|
|
46
|
+
|
|
47
|
+
Recurring tasks are ordinary Joplin todo notes with plugin metadata stored in synced Joplin user data. Use the `↻` button in the calendar panel to choose daily, weekly, monthly, or yearly repetition for a task. When a repeated task is completed, the next one is created. If `Tasks: new task template` is configured and readable, the next task body is rendered from the current template with fresh placeholders such as `{{title}}`, `{{date}}`, and `{{time}}`; otherwise the previous task body is copied. If the task has a reminder, the next task keeps the same reminder offset from the task date, so reminders set before or after the task day stay intentional.
|
|
48
|
+
|
|
45
49
|
## License
|
|
46
50
|
|
|
47
51
|
MIT
|
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
|
+
"version": "2.3.1",
|
|
6
6
|
"name": "Calendar Notes",
|
|
7
7
|
"description": "Create notes for any day in the calendar.",
|
|
8
8
|
"author": "Eugene Lesnov",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"screenshots": [],
|
|
19
19
|
"icons": {},
|
|
20
20
|
"promo_tile": {},
|
|
21
|
-
"_publish_hash": "sha256:
|
|
22
|
-
"_publish_commit": "main:
|
|
21
|
+
"_publish_hash": "sha256:291e3578343c900a455a741ac5e71e762ca77f11f732c0b22aff07c3c52e9acd",
|
|
22
|
+
"_publish_commit": "main:4cb11fa656710a5cc69edddf1a7aed731b397e6a"
|
|
23
23
|
}
|