joplin-plugin-calendar-notes 2.5.9 → 2.5.11

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
@@ -8,6 +8,7 @@
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
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
+ - Show undated todo tasks with configured tags in a separate collapsible section.
11
12
  - Simple presets for date format and new note titles.
12
13
  - Separate notebooks and nested structures for calendar notes and tasks.
13
14
  - Optional note and task templates with placeholders (`{{title}}`, `{{date}}`, `{{time}}`, `{{YYYY}}`, `{{MM}}`, `{{dd}}`, `{{date:dd.MM.YYYY}}`, …).
@@ -38,11 +39,16 @@ Joplin **3.5** or newer.
38
39
  | Tasks: nested notebooks | Optional path inside the tasks notebook, e.g. `{{year}}/{{month}}` |
39
40
  | Tasks: completed notebook | Notebook path where completed tasks are moved, e.g. `Completed tasks`; missing notebooks are created automatically |
40
41
  | 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 |
42
+ | Tasks: tags (without date) | Comma-separated tag names for undated todo tasks shown in the calendar panel, e.g. `Watch,Do,Read` |
41
43
 
42
44
  ## How notes are matched
43
45
 
44
46
  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.
45
47
 
48
+ ## Undated tagged tasks
49
+
50
+ The calendar panel can show todo tasks with configured tags in a separate collapsible section. A task is included only when it is a Joplin todo, has one of the configured tags, has no Joplin due date, and its title is not matched to any calendar day by the plugin date format. This keeps dated calendar tasks in their day sections and uses the tagged section as an undated backlog.
51
+
46
52
  ## Recurring tasks
47
53
 
48
54
  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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-calendar-notes",
3
- "version": "2.5.9",
3
+ "version": "2.5.11",
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.5.9",
5
+ "version": "2.5.11",
6
6
  "name": "Calendar Notes",
7
7
  "description": "Create notes and tasks for any day in the calendar.",
8
8
  "author": "Eugene Lesnov",
@@ -30,6 +30,6 @@
30
30
  "src": "icons/promo.png",
31
31
  "label": "Calendar Notes plugin"
32
32
  },
33
- "_publish_hash": "sha256:1f1e4e659c07412e3b79d4d521a85fa05d09c8c70b3dcf536675ab2c893ebf10",
34
- "_publish_commit": "main:6a8dd3965e8e603993f79e10c3fe3bc923a16b1b"
33
+ "_publish_hash": "sha256:47ecf12b194a887c69576b7cc7009d49b86a41e4be26bba83aecd278cad6bb7e",
34
+ "_publish_commit": "main:827189f1378c03f50b73d3eb00e375ddc7af8696"
35
35
  }