1.3.4
+++ PLEASE COMPLETELY CLOSE AND RESTART OBSIDIAN AFTER UPDATE +++
Whats new?
Custom CSS Rules
-
New parameter
css
to add custom CSS styles to Obsidian-Tasks-Calendar. Please use the developer console to identify the elements classes! Each style string should start with.tasksCalendar
to avoid css conflicts!Sample usage
css: ".tasksCalendar.style4[view='week'] .grid { height: 300px !important }"
Custom Format for Daily Notes
-
(#34, #36) New parameter
dailyNoteFormat
to set a custom date format to identify your daily notes. At the moment the following characters are supported: Y M D d . , - : (space).Sample usage
dailyNoteFormat: "YYYY, MMMM DD - dddd"
Style 11 (Widget style without weekend)
- (#36) New
style11
only shows Monday - Friday (no weekends: Saturday, Sunday) and reduces the grid height only in week-view. Notice that the task statistic shows up the counter for ALL weekdays including the hidden weekend.