Releases: j-palindrome/obsidian-time-ruler
Releases · j-palindrome/obsidian-time-ruler
1.3.1
Added:
scheduled
anddue
modes in Search now sort tasks by scheduled or due- Tasks without set lengths or deadlines still have a draggable handle to set them
Fixed:
- Removed automatic scroll on hover for date buttons, it was too fast and unpredictable.
1.3.0
Added:
- New quick-add for tasks: Click or drag the
+
button to a time, enter the task title, and select a file! - Red line to make seeing current time easier
- Easier way to drag task times
- Option to set
Day Planner
format as default. - Use
Day Planner
format in any note (not just Daily) and add dates to it - Options to drag deadlines in addition to scheduled time
Fixed:
- Day Planner parsing is now more consistent.
Documented:
- How to format query sources
- Better description of task formats
1.2.0
- Added: Support for changing day start and hours
- Added: Formatting for many tags in tasks
- Added: Formatting** for block references and here
- Added: Allow for singe-digit hours in simple mode
- Added: More specific Dataview custom filter at task level
1.1.0
- Added: Right-click option to schedule tasks for now and to unschedule tasks
- Added: Support emoji and custom status displaying in tasks
- Added: Filter by custom status
- Added: A simple mode with
HH:mm-HH:mm
formatting for scheduled times. - Added: larger drop target for dates
- Improved: Moved search, refresh, and view buttons to a collapsible menu
1.0.5
- Added: Support for Obsidian Reminder
- Improved: Time Ruler now auto-detects field formats (Dataview, Tasks, and Full Calendar) and will format changed tasks appropriately. When auto-detecting is impossible, defaults to selected setting.
- Improved: Timer focus mode
- Fixed: Error with drag
id
s for all-day headings - Fixed: Scheduled tasks with deadlines disappearing
1.0.4
- Fixed:
Unscheduled
button is now full-width in Day view - Fixed: Preserves custom statuses on edit
- Fixed: Certain notes get mistaken for daily notes
- Documented: Update documentation for custom Dataview filters and throw an error when they are invalid
1.0.3
- Fixed: Issue with Time Ruler not updating when Dataview index wasn't ready yet
- Fixed: Search shows tasks in today's daily note under the proper heading
- Fixed: if daily notes folder is not set, headings still format daily notes nicely.
- Added:
Unscheduled
button to drag tasks to - Added: Filter by tag, priority, path, and heading in Search
- Documented: added images to explain dragging more, added pictures of features
- Refactored: Moved
Heading
andGroup
components to their own files - Refactored:
SearchStatus
can now be set directly in the app store
1.0.2
- Fixed: bug where notes and headings get mistaken for daily notes and titled "Daily: ..." (this was an issue with the Regex used to parse daily note titles), responding to This issue
- Fixed: Saving tasks no longer strips recurrence information
- Fixed: Saving tasks no longer strips links
- Improved: Tasks without a scheduled time now show up as a single block at the top of the day, instead of separated into previous times.
- Refactored: Split up some of
ObsidianApi
class into independent functions.
1.0.1
- Support for custom statuses
- Integrated Upcoming view with rest of days
- switched Calendar view to be side-scrolling as well
1.0.0
Announcing Time Ruler for Obsidian!