Recognize comments in tasks #1137
Replies: 1 comment 2 replies
-
No, it can't. The Obsidian docs say:
And they give some examples. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I often want to hide the text of my tasks, whe they're not relevant to the text around them. I've discovered that using Markdown commenting works brilliantly for this, like so:
- [ ] %%Here's my hidden task.%%
In reading view, the checkbox shows up, but nothing else. In edit view, the text shows up, but greyed out. Perfect.
However, one thing isn't perfect. On an obsidian-tasks all tasks page, such a task shows up like this:
When I want it to show up like this:
Can this be remedied?
Beta Was this translation helpful? Give feedback.
All reactions