You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,32 @@
1
+
## 0.28.0
2
+
3
+
### 💥 Breaking changes
4
+
5
+
- Now the plugin searches for tasks with scheduled date properties all across the vault by default, there is no need to include any files in the Dataview filter
6
+
7
+
### ✨ New feature: status bar timeline
8
+
9
+
- You can enable a mini-timeline in the status bar that lets you overview the upcoming 3 hours, with all the task blocks visible there. To enable it, go to 'Settings' > 'Status bar widget' > 'Task progress indicator' > 'Mini-timeline'
10
+
11
+
### ✨ Other improvements
12
+
13
+
- All-day tasks can be dragged between days, if a task with time is dragged into the all-day section, its timestamp gets removed (closes #315, #623)
14
+
- You can create blocks with drag & drop on mobile now: long tap and drag on the timeline to start creating a block
15
+
- Improved resize & drag controls for task blocks. Now they are much easier to use on mobile: left-click or tap on a task to see the controls, right-click or long tap to see a contextual menu
16
+
- Right-click to reveal block in file
17
+
- Description and location are now shown in remote events
18
+
- Multi-day remote events are now shown spanning across days
19
+
- You can expand, collapse or disable unscheduled tasks & clocks in the timeline view
20
+
21
+
### 🐞 Fixed issues
22
+
23
+
- Fix advanced edit modes messing up other tasks (closes #619)
24
+
- All-day tasks are no longer highlighted
25
+
- Fix tasks not shown in status bar if timeline is closed
26
+
- Fix showing all-day tasks in status bar
27
+
- Fix the Escape key closing weekly view
28
+
- Fix clocks from daily notes not showing up in timeline (closes #649)
If there are remote tasks, the blocks will be colored accordingly.
56
+
57
+
The plugin can display records from different sources:
52
58
53
59
1. Daily notes
54
60
2. Obsidian-tasks
@@ -62,7 +68,7 @@ Let's go over each one of them.
62
68
> [!Warning]
63
69
> Either the core 'Daily Notes' (core plugin) or the 'Periodic Notes' (community plugin, [see in Obsidian](obsidian://show-plugin?id=periodic-notes)) should be enabled. This is what allows day-planner to 'see' and interact with your daily notes.
64
70
65
-
This works out of the box: you write your tasks in a daily note, and they show up on the timeline:
71
+
Write your tasks in a daily note, and they show up on the timeline:
66
72
67
73
```md
68
74
# Day planner
@@ -73,29 +79,20 @@ This works out of the box: you write your tasks in a daily note, and they show u
73
79
74
80
### 2. [tasks community plugin](obsidian://show-plugin?id=obsidian-tasks-plugin) integration, showing events from other files in your vault
75
81
76
-
This mode allows you to see tasks anywhere in the vault with dates added by the [tasks community plugin](obsidian://show-plugin?id=obsidian-tasks-plugin).
82
+
You can see tasks anywhere in the vault with dates added by the [tasks community plugin](obsidian://show-plugin?id=obsidian-tasks-plugin). This also works out of the box for all the files in the vault. You only need to add the `scheduled` property to a task in one of the formats:
77
83
78
-
To make this work,
84
+
- Shorthand, added by [tasks community plugin](obsidian://show-plugin?id=obsidian-tasks-plugin): `⏳ 2021-08-29`
85
+
- Note that this plugin has a handy modal for adding these properties
86
+
- Full Dataview-like property: `[scheduled:: 2021-08-29]`
87
+
- Another Dataview format: `(scheduled:: 2021-08-29)`.
79
88
80
-
1. Add a tag like `#task` or a folder to the Dataview source field:
81
-

82
-
1. Add the tag (`#task` in this example) to the file with some tasks
83
-
1. Add the `scheduled` property to a task in one of the formats:
84
-
- Shorthand, added by [tasks community plugin](obsidian://show-plugin?id=obsidian-tasks-plugin): `⏳ 2021-08-29`
85
-
- Note that this plugin has a handy modal for adding these properties
86
-
- Full Dataview-like property: `[scheduled:: 2021-08-29]`
87
-
- Another Dataview format: `(scheduled:: 2021-08-29)`.
88
-
89
-
Full examples:
89
+
For example, these tasks will show up in the timeline:
90
90
91
91
```md
92
92
-[ ] #task 08:00 - 10:00 This task uses the shorthand format ⏳ 2021-08-29
93
93
-[ ] #task 11:00 - 13:00 This task uses the Dataview property format [scheduled:: 2021-08-29]
94
94
```
95
95
96
-
> [!Note]
97
-
> For now, the tags work at the level of files. So if `#task` is found anywhere in the file, all the tasks are going to be pulled into the calendar.
98
-
99
96
### 3. Showing internet calendars
100
97
101
98
To show events from internet calendars like **Google Calendar, iCloud Calendar and Outlook** you only need to add an ICS link in the plugin settings.
0 commit comments