Releases: 702573N/Obsidian-Tasks-Timeline
1.2.2
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
1.2.0
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
- Relative dates now showing today, tomorrow, yesterday for days +/- 1 in your location language
carryForwardUnplanned
andcarryForwardOverdue
are now combined in a single parameterforward: true
.options: "noColor"
to disable note colors in timelineoptions: "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
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 withoptions: "noFile"
or hiding the complete info-line by usingoptions: "noInfo"
(#31)Normal (default)
Compact
What's fixed
- Some task conditions has broken the order
1.1.6
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
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
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
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
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
What's inside
New quick entry panel
- 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 defaulttodaysDailyNote
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.