You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Refine explanation of callouts in Live Preview (#998)
This essentially copies in @AnnaKornfeldSimpson text
from the popup warning about issues with completing
tasks that are in callouts when in Live Preview mode.
It also breaks up a long-ish paragraph a bit.
Copy file name to clipboardExpand all lines: docs/getting-started/index.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -81,8 +81,15 @@ The following _does not work:_
81
81
Warning
82
82
{: .label .label-yellow}
83
83
Tasks can read tasks that are inside blockquotes or [Obsidian's built-in callouts](https://help.obsidian.md/How+to/Use+callouts).
84
-
However, in the Live Preview editor mode (pencil icon in lower right corner), tasks written inside callouts cannot be completed by clicking the checkbox.
85
-
You will see a warning; use the command `Tasks: Toggle Done`, or switch to Reading View (book icon in lower right corner) to click the checkbox.
84
+
85
+
However, under the following very specific circumstance, Tasks cannot add or remove completion dates or make the next copy of a recurring task:
86
+
87
+
- Obsidian is in Live Preview editor mode (pencil icon in lower right corner),
88
+
- AND the task's markdown is in a callout,
89
+
- AND the user clicked on the task's checkbox to complete or re-open the task.
90
+
91
+
If you toggle a task's status in this situation, you will see a warning. Use the command `Tasks: Toggle Done`, or switch to Reading View (book icon in lower right corner) to click the checkbox.
92
+
86
93
Completing a task by clicking its checkbox from a `tasks` query block _will_ work in any editor mode, even if the query is inside a callout.
0 commit comments