joplin-plugin-calendar-notes 2.3.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
|
@@ -44,7 +44,7 @@ Notes are matched only inside the configured notes notebook and its nested noteb
|
|
|
44
44
|
|
|
45
45
|
## Recurring tasks
|
|
46
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 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.
|
|
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
48
|
|
|
49
49
|
## License
|
|
50
50
|
|
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.3.
|
|
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
|
}
|