Tasks under a specific heading? #547
-
Is there a way to get tasks that are under a specific heading in the markdown file? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 12 replies
-
As of about 20 minutes ago, yes -
|
Beta Was this translation helpful? Give feedback.
-
Thanks a lot @blacksmithgu |
Beta Was this translation helpful? Give feedback.
-
Great! Thanks a lot & looking forward to it
19 Oct 2021, 23:12 by ***@***.***:
…
This is a little tricky to do, but I will try to include it in the upcoming section metadata major release (0.5.x); the trick is essentially to traverse the DOM looking for the first header element above the codeblock.
—
You are receiving this because you commented.
Reply to this email directly, > view it on GitHub <#547 (reply in thread)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AVIFVNRP5RPIE32PNPEAJADUHXUL7ANCNFSM5GDOSPHQ>> .
Triage notifications on the go with GitHub Mobile for > iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>> or > Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>> .
|
Beta Was this translation helpful? Give feedback.
-
Great functionality @blacksmithgu - thank you. I'm trying to insert the file name dynamically... something like TASK FROM "Folder" where header = "[[" + file.name + "#Actions" + "]]" I can't get this to work. If I replace with the literal file/header name it works fine. E.g. header = [[2022-02-25#Actions]] Any ideas how to do this? |
Beta Was this translation helpful? Give feedback.
-
the group by header worked for me. |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm also using the |
Beta Was this translation helpful? Give feedback.
As of about 20 minutes ago, yes -