Skip to content

Releases: 702573N/Obsidian-Tasks-Timeline

1.2.2

14 Feb 05:39
efc1fd7
Compare
Choose a tag to compare

What's inside

  • Add tooltip informations on buttons, filenames, tags and relative dates. Relative dates showing absolute dates on hover.

  • Add cancelled tasks showing up in timeline if task has due date and is on or after today. Cancelled events before today aren't visible. Unplanned and canceled tasks are also not displayed in the timeline, as there is no date to assign to a specific day. (#33)

1.2.1

09 Feb 12:28
41cecbf
Compare
Choose a tag to compare

What's inside

  • Add: noUnplanned option (#32)

  • Opt: Timeline optimizations

  • Fix: Tasks from daily notes that are in the future are now displayed on the correct date instead of today

1.2.0

08 Feb 11:47
0a1e445
Compare
Choose a tag to compare

What's inside

+++ PLEASE CLOSE AND RESTART OBSIDIAN AFTER UPDATE! +++

New

  • The timeline is now presented in a compacter layout without using the compact option (which is now gone). Here the file name has disappeared as a separate line and now appears as additional information in the info line.
  • From now on, all existing date informations will be displayed with the appropriate icon in the info line for each task. This way more date informations can be shown and the main task check mark was toggled to a standard checkbox

v1.2.0_preview

  • Relative dates now showing today, tomorrow, yesterday for days +/- 1 in your location language
  • carryForwardUnplanned and carryForwardOverdue are now combined in a single parameter forward: true.
  • options: "noColor" to disable note colors in timeline
  • options: "noCounters" to hide counter boxes in timeline
  • Tag shape is now conform to other infos inside info-line

Removed

  • Motivations are gone.
  • Add Button is gone. Use quick-entry instead.
  • Relative dates on timeline are gone. Each task is showing it's own bunch of relative dates if neccessary.
  • options: "compact" is gone because it is the new default view

1.1.7

05 Feb 07:19
4ca6267
Compare
Choose a tag to compare

What's new

  • Added header information to filename if exist (#31)

  • Added new options: "compact" to show tasks in a compacter way. Task description first and all other informations (including filename) underneath inside the info-line. Filenames can still be hidden with options: "noFile" or hiding the complete info-line by using options: "noInfo" (#31)

    Normal (default)

    Bildschirm­foto 2023-02-05 um 08 08 31

    Compact

    Bildschirm­foto 2023-02-05 um 08 07 26

What's fixed

  • Some task conditions has broken the order

1.1.6

18 Jan 18:12
7ab1930
Compare
Choose a tag to compare

What's inside

This is an update to bring Taskido (Obsidian Tasks Timeline) closer to the basic needs of the most users. Features and functions that are rarely or never used have been removed from the snippet in order to focus the development on the essential things. The following adjustments have been made:

Counter Actions Focus Or Filtering

The parameter counterAction: "" was completely removed. The focus on ToDo / Overdue / Unplanned through a coloured highlight of the tasks WITHOUT hiding all other tasks is history. From now on, when clicking on the three buttons, all tasks that do NOT correspond to the selection will always be hidden.

Pinning Starred Notes To Timeline

The function to pin notes to the timeline has been removed. This function caused the most confusion among users and was usually switched off.

Sorting Completed Tasks To The End Of List

The sorting of completed tasks to the top of the timeline was also found to be annoying. For this reason, the completed tasks are now moved to the end of the list of today's tasks. Those who generally find the completed tasks annoying can hide them as before with 'noDone' in the options. (#23)

Notes Inside Quick Entry Select Box

A new parameter taskFiles: "" can be used to push your preferred note files to the quick entry select box. The todays daily note and the Inbox (if parameter is declared) are always pushed to the select box (#20)

taskFiles: "" => files with uncompleted tasks
taskFiles: "#taskido" => files with tag #taskido
taskFiles: '"Task Management"' => files in folder Task Management
taskFiles: '"Task Management" or #taskido' files in folder Task Management or files with tag #taskido

1.1.5

16 Jan 18:55
b7a1663
Compare
Choose a tag to compare

What's inside

NEW - Task completion inside timeline

  • Now available: Task completion by clicking the task icon inside the timeline. (#12)

    !!! Please note that this only works with the Task Plugin installed !!!

Fixes

  • Clicking on a tag inside task description, now opens the left sidebar and start tag search correctly
  • Inbox is now always visible inside quick entry select-box (#18)

1.1.4.1

15 Jan 13:22
9adff81
Compare
Choose a tag to compare

Emergency Release

Fixed

  • Broken inline links inside task description text including links to daily notes
  • Tasks from daily notes may be lost if the text contains a date in the format YYYY-MM-DD without a corresponding due/scheduled/start/done icon

❤️ Sorry for the inconvenience

Unfortunately iOS devices results in snippet crash when using negative lookahead in regex syntax. I don't know why, but I have to rewrite the regex to detect tasks with dates inside inbox. Please download 1.1.4.1 again and replace your view.js file if you have previously downloaded 1.1.4.1!

1.1.4

15 Jan 10:48
1532083
Compare
Choose a tag to compare

What's inside

New

  • Reminders from Reminder-Plugin inside task description are cutted out from the task description text (#13)

Optimization

  • ToDo counter now includes tasks in process and tasks starting today

Fix

  • ToDo counter bug with tasks containing start and due dates fixed (#14)
  • Accent colors for third-party-themes working now properly

1.1.3

14 Jan 11:45
caf4a6f
Compare
Choose a tag to compare

What's inside

New

  • Quick add now supports weekdays monday, tuesday, wednesday, thursday, friday, saturday, sunday to get the date of the next upcoming weekday you entered

  • Now you can even press {{ENTER}} key to push a new task in addition to pressing the enter button inside the panel

  • File select in quick entry panel now showing the next parent folder and file/folder icons

Small Fix

  • yesterday relative date now working properly in quick entry panel

1.1.2

12 Jan 19:57
2e24601
Compare
Choose a tag to compare

What's inside

New quick entry panel

Bildschirm­foto 2023-01-12 um 20 45 52

  • Add (JS/CSS): Quick entry panel to write new tasks and push directly into custom note file. All currently used notes with active tasks were listed in a select box on top of the quick entry panel. The todays daily note is pinned to that list too, even if this file doesn't exist at that moment. If you push a task to that file, the file will be created at that moment. In order to simplify the recording of tasks, some autotext shortcuts have been programmed. The following text snippets will be replaced automatically to Task Plugin syntax:
due > 📅
start > 🛫
scheduled > ⏳
done > ✅
high > ⏫
medium > 🔼
low > 🔽
repeat > 🔁
recurring > 🔁

Some snippets to enter dates are also included (hopefully the list get's longer in future):
today, tomorrow, yesterday

Relative dates in the below format can also be converted into YYYY-MM-DD format:
in X days/weeks/month/years

  • Add (JS): New parameter select: "" to set a default file selection inside the quick entry panel. By default todaysDailyNote is used to select the todays daily note for quick capture.

  • Add (JS): New parameter inbox: "" to set a custom file as your personal Inbox to scratch all you task content first (GTD). For the upcoming releases I'm working on a feature to simply move tasks from one note file to another. This is currently missing in that release.

  • Add (CSS): New options class noQuickEntry to hide the quick entry panel.