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
## Details
Request: #109
This feature is based off of obsidian's support for changing callout titles:
https://help.obsidian.md/Editing+and+formatting/Callouts#Change+the+title
When a callout is followed by some text, the text following the callout
becomes the title rather than the configured `rendered` value. The icon
is still pulled from the `rendered` value and pre-pended to the text.
For example something like: `> [!NOTE]`
Would result in: `| <NoteIcon> Note`
While something like: `> [!NOTE] My Custom One`
Would result in: `| <NoteIcon> My Custom One`
0 commit comments