Releases: 702573N/Obsidian-Tasks-Calendar
1.3.0
Some fixes
- Fixed (JS): Removed multiple console.log outputs
- Fixed (JS/CSS): Filter conflict with cancelled tasks when hiding completed tasks by default. To set the filter active by default you have to enter the new
filter
option inside the options parameter likeoptions: "filter"
. This filter show/hides completed and cancelled tasks.
What's new?
- Added (JS): Error handling for missing parameters inside dv.view()
- Added (CSS): More prominent style for overdue tasks to stich out of the mass.
New Task Style
-
Added (JS/CSS): New task style with a separated header line. This way, the note icon and the task icon can be better distinguished and differentiated from each other. The file name of the note is also permanently visible without having to hover over it. For users who do not assign a color and/or icon to their notes, this should be an additional help. By default the task icon appears inside the header line in front of the file name to give more space to the task description. If the note has a unique note icon, then this will appear inside the header line in front of the file name. This new header line can be disabled with the option
noFilename
and give the user the "old" look and feel. In both cases, the task icon will be visible in front of the task description (if this is not disabled with the optionnoIcons
).
1.2.10
Some fixes
- Fix: Remove doubled if statement for filter button event
- Fix: Style of cancelled tasks to look less prominent
- Fix: Disable focusing done tasks if filter is active
What's new?
- Add: Active done-filter now hides completed and cancelled tasks
- Add: New
noLineClamp
option to show full task description text without line clamp - Add: Task hover styles on desktop only
1.2.9
1.2.8
1.2.7
Calendar Statistic
The new statistics display has been completely revised and integrated into the calendar header (#24). The number of all open tasks is displayed on the corresponding new button. This total number is made up of all open tasks, including overdue tasks and, if applicable, tasks without date from the daily notes (if not been deactivated). Within the statistics, however, all task groups are listed separately.
In the month view, only the tasks of the currently selected month are recorded. The tasks of days of the previous and following month displayed in the current month are not taken into account.
Some users would like to have permanently displayed statistics. For this reason, the popup-window remains open even if an element outside the popup-window is focused. In this way, users can keep the small popup displayed while switching through the individual months/weeks or switching the view.
Specific icons, depending on the task status of the month or week, immediately inform the user about the overall situation without having to look at the statistics.
1.2.6
1.2.5
1.2.4
Big feature update:
- Add back layer to show month and week informations behind the grid (can be hidden with
options: "noLayer"
- Add new
startView: "2024-06-01"
parameter to directly focus selected month or week on open (#21) - Add DQL (Dataview Query Language) support inside
pages: ""
parameter. Now you can write complex queries likepages: "dv.pages().file.tasks.where(t => t.tags.includes('#Pierre'))"