Skip to content

Releases: 702573N/Obsidian-Tasks-Calendar

1.3.0

20 Nov 09:19
0c080b9
Compare
Choose a tag to compare

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 like options: "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 option noIcons).

    Bildschirm­foto 2022-11-20 um 10 04 36 Bildschirm­foto 2022-11-20 um 10 09 25 Bildschirm­foto 2022-11-20 um 10 06 28

1.2.10

19 Nov 08:47
8c83cca
Compare
Choose a tag to compare

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

09 Nov 02:40
0643c65
Compare
Choose a tag to compare

Special thanks to @bartlomiejnowak94 for the first pull request (#27)

  • NEW: textColor: "" meta inside your notes to change the tasks text-color to look completely different (#27)
  • NEW: Keep statistic focus when switching views

1.2.8

08 Nov 12:44
68db329
Compare
Choose a tag to compare
  • ADD: Focus tasks based on selection in statistic popup window
  • FIX: Colors on popup statistic window
  • IMPROVED: Size of the counter bubble on statistic button

1.2.7

07 Nov 18:06
c6fb7d6
Compare
Choose a tag to compare

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.

Bildschirm­foto 2022-11-07 um 18 52 59

1.2.6

06 Nov 10:28
60949e3
Compare
Choose a tag to compare
  • NEW: counter line below the calendar (#23)
  • NEW: noCounter option to hide the counter line
  • FIX: wrong font-sizes on mobile

1.2.5

05 Nov 13:13
0d123de
Compare
Choose a tag to compare
  • Fix: wrapperButtons on month view jumped sometimes into the correct week but in the wrong year
  • Add: style-preview.md to show a preview of all available styles inside obsidian
  • Add: 2 new styles (style9, style10)

Bildschirm­foto 2022-11-05 um 14 11 41

1.2.4

04 Nov 06:26
dc0f29f
Compare
Choose a tag to compare

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 like pages: "dv.pages().file.tasks.where(t => t.tags.includes('#Pierre'))"

1.2.3

03 Nov 07:46
ba1e5c5
Compare
Choose a tag to compare
  • Minor changes to the UI to take accent color more into account

1.2.2

02 Nov 17:05
639294f
Compare
Choose a tag to compare
  • Fix: Incorrect display on the iPad
  • Adjustment: Selecting week with first day of selected month when switching from month to week if is not the current month
  • UI customisations