Missing hidden components classes in HTML code #1866
Labels
question
Further information is requested
scope: css styling
Changes to styling of elements displayed by Tasks, including search results and individual tasks
type: bug
Something isn't working
Please check that this issue hasn't been reported before.
Expected Behavior
Using the new Tasks themability, merged from #1519, when using
hide
in a Tasks query, I expect theul
element to generate classes that show this, as referenced in the 'Hidden components' section in the documention.Current behaviour
Not all hidden components added via
hide
are represented in the code, for examplehide backlink
does not generate atasks-layout-hide-backlink
class the way ahide due date
generatestasks-layout-hide-dueDate
for theul
element...These are really convenient for intelligently adapting and compacting a grid layout like the one provided in the docs.
Steps to reproduce
Use
hide backlink
(for example) in a Tasks query and observe the HTML code via Developer Tools in Obsidian.Which Operating Systems are you using?
Obsidian Version
1.2.2
Tasks Plugin Version
3.1.0
Checks
Possible solution
I would like to see them added.
Additionally, I wonder if these should also use data-attributes rather than classes, the way
data-task-group-by
is aswell, adata-task-hidden
ordata-task-hide
or something... Interested to see what you come up with, @esm7!The text was updated successfully, but these errors were encountered: