Possibility to adjust height #36
kristianberge
started this conversation in
Ideas
Replies: 4 comments 6 replies
-
You can add a custom style to style4 class:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
You can enable lineClamp inside the calendar by using the options lineClamp1, lineClamp2, lineClamp3, or get full task description with the option noLineClamp.
https://github.com/702573N/Obsidian-Tasks-Calendar#options
…________________________________
Von: kristianberge ***@***.***>
Gesendet: Saturday, December 10, 2022 1:19:57 PM
An: 702573N/Obsidian-Tasks-Calendar ***@***.***>
Cc: 702573N M4275CH1NK3 ***@***.***>; Comment ***@***.***>
Betreff: Re: [702573N/Obsidian-Tasks-Calendar] Possibility to adjust height (Discussion #36)
is it also possible to wrap the task text? in style4 I only see the first few words for each task.
—
Reply to this email directly, view it on GitHub<#36 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AODP4W43EHIHHH63QNJATDDWMRYO3ANCNFSM6AAAAAASZBFDOQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
-
This is more complex. Add this three css statements to view.css file:
```
.tasksCalendar[view='week'].style4 .cell[data-weekday="0"] { display: none !important }
.tasksCalendar[view='week'].style4 .cell[data-weekday="6"] { display: none !important }
.tasksCalendar[view='week'].style4 .grid, .iconStyle4 { grid-template-rows: 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
```
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Please check the latest release 1.3.4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Congrats on tasks calendar! Really enjoy it! Is it however possible to adjust the height of the calendar? Specifically I would love to be able to use week view style 4 as part of my work dashboard but than as a horizontal strip with only the current week. Could you give me a tip how I could change the js or css to for example let the style 4 only be 300 px in height? Or would it be a possibility to implement this as one of the options?
Beta Was this translation helpful? Give feedback.
All reactions