joplin-plugin-calendar-notes 2.3.0 → 2.3.2

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
@@ -33,10 +33,10 @@ Joplin **3.5** or newer.
33
33
  | Week starts on | Monday or Sunday |
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
- | Notes: new note template | Joplin note used as a body template for new notes, e.g. `Templates/Calendar note` |
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
37
  | Tasks: notebook | Notebook path for new 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: new task template | Joplin note used as a body template for new todo tasks, e.g. `Templates/Calendar task` |
39
+ | 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
40
 
41
41
  ## How notes are matched
42
42
 
@@ -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}}`, and template tags are copied; otherwise the previous task body and tags are 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-calendar-notes",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "description": "Create notes for any day in the calendar",
5
5
  "author": "Eugene Lesnov",
6
6
  "scripts": {
@@ -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.0",
5
+ "version": "2.3.2",
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:bc8621a81155f2c21b393a592ee6b1d78cfef1104a9b0aeb2f2e3365aca768ea",
22
- "_publish_commit": "main:7b093a37dc8d1151f25e35f00b5b92fc58b8f58d"
21
+ "_publish_hash": "sha256:b4431a9a1b6994f9de078698aaaef1a0e32f31af99a07f3c08d5cc1d08680f3c",
22
+ "_publish_commit": "main:7c640f6b8c1b9a7cc6dcb95e11ffa3112b6c2baa"
23
23
  }