Add the ability to change the display format of the date, as well as record the time of the task #500
Replies: 5 comments 7 replies
-
Thank you for the idea @ivanmood0! Changing the date format is being worked on right now: #384 |
Beta Was this translation helpful? Give feedback.
-
Due time (in addition to date) seems like a useful data point, and is supported by platforms like Todoist. @schemar, would you mind expanding on the obstacle(s) you'd anticipate in implementing support for due times? |
Beta Was this translation helpful? Give feedback.
-
Thank you @claremacrae for your thoughtful response. |
Beta Was this translation helpful? Give feedback.
-
I'd like to see this as well, but have a work around made possible by some recent changes. I start my tasks as follows: = [ ] HH:MM #task description ..... I then use this query not done task with no time are last, but tasks with a time appear in time order |
Beta Was this translation helpful? Give feedback.
-
I know it's an old topic, but it's a major blocker for me for moving from NotePlan 3 back to Obsidian. Currently, I use completion time extensively as a semi-automated journal - just to keep track when a task was done, scoped to the daily note (it saves a lot of time to get time auto-inserted when marking a task as completed). However, there are plenty of benefits for automation later on. Not to mention opening to people who don't like the best date format ever ;) @claremacrae, I had a quick look at the code and past PR - do I get it right that the problem is that the plugin deals with dates and not DateTimes and that means any area in code that utilizes that property would have to be changed (also to support things like due date without specifying exact time)? The issue seems to fall into one of those that do not have one correct solution, especially when dealing with various date/time formats that are not reliably identifiable only by their value (like day-month vs month-day or risk of losing AM/PM indicator in favour of implicit 24-hour format). If user were allowed to choose DateTime format, there would need to be a tool to convert all existing uses, which would be a nightmare. To make matters worse, if some semi-universal format like UNIX timestamp was chosen, then we'd have issue with timezones and DST (not to mention the non-human friendly nature of such timestamp - what makes Obsidian great tool is the ability to read and write notes as plain Markdown text manually). I see one half-measure that could solve the problem for me - decouple Time from Date and have it as a separate "emoji" field (and keep it 24-hours As such, I feel like whoever would like to implement this feature set would need to be or become an active maintainer of the entire plugin, as there would be a need for major decisions that affect the entire code. I'd be happy to help, but I can't make any guaranties about my time in a long run :| |
Beta Was this translation helpful? Give feedback.
-
Thanks for the great extension, but I would like to be able to change the display format of the date, as well as record the time, not just the date of the completed task as in the screenshot below.
It would be great to have the appropriate items in the plugin settings menu.
Beta Was this translation helpful? Give feedback.
All reactions