task:
similar to block:
. There is also task-todo:
and task-done:
which will match only the tasks that are incomplete or complete, respectively. Use task:""
to match all tasks.[x]
can now contain any character to indicate a completed task, instead of just x
. This value can be used by custom CSS to change the appearance of the check mark, and is also available for plugins to use.Ctrl/Cmd + up/down scroll
. Some themes may have set overrides for the font size, so this setting might not work for you. See the developer section for details.[[#heading]]
) to include the file name.px
or pt
. Instead, use relative units like em
or %
, which will automatically scale from the font size the user specified. To migrate px
to em
, you can divide your px value by 16 (the default font size), for example, 24px => 1.5em
.checkCallback
will no longer set preventDefault()
on the key event.sections
and lists
info.
type
.parent
field which can be used to deduce parent-child relationships, and also a task
field which indicates whether this is a task and its completed status.MarkdownRenderChild
now requires a containerEl
passed in via its constructor.MarkdownPostProcessor
from the context object MarkdownPostProcessorContext.getSectionInfo()
.