Applying the TaskNotes subtasks CSS style to a core Obsidian base? #1082
-
|
I would like to replicate the CSS styling for subtasks on a regular Obsidian base that exists as a codeblock in a note (in other words, it is not embedded using the ![[My Base.base]]). Would someone be kind enough to post the CSS that Tasknotes uses for that subtask section at the bottom of a project note? I'm not a developer so I have a hard time locating it in the Developer Tools window. and I wouldn't know where else to look.
Also, if anyone has suggestions for how to target a base created in a codeblock on a note, I'd love to hear about it. There's a discussion here that I'll be working with in the meantime. Thanks in advance for any help! Jack |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @jebeaudoin . I'm curious what parts of the styling you'd like to reproduce? If you'd like to have a base that contains notes with the same appearance as the TaskNotes tasks, you can change the base view type from 'Table' to 'TaskNotes List'. If that doesn't solve what you're looking for, the styling for the task cards is defined here: https://github.com/callumalpass/tasknotes/blob/main/styles/task-card-bem.css |
Beta Was this translation helpful? Give feedback.

Hi @jebeaudoin . I'm curious what parts of the styling you'd like to reproduce? If you'd like to have a base that contains notes with the same appearance as the TaskNotes tasks, you can change the base view type from 'Table' to 'TaskNotes List'.
If that doesn't solve what you're looking for, the styling for the task cards is defined here: https://github.com/callumalpass/tasknotes/blob/main/styles/task-card-bem.css