How to support taskList? #36
Unanswered
wimvandijck
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Love the Dashboard!!
I'm trying to use this for my work tasks.
I have a folder structure that is
For each project that has open tasks, I'd love to have list item, followed by a nested list of tasks. Essentially, it would behave as if I have manually typed
I can get the results I want (more or less) with
(Actually, ideally I only want the name of the project (ie the last name of the path, but OK)...
But this results in an
h4
element, followed by a list.I tried using various tricks with
dataviewjs
but for the life of me, I cannot get it to generate something that I could apply the css to in the way you did for a list and nested elements ... :(Any advice?
Beta Was this translation helpful? Give feedback.
All reactions