obsidian-list-callouts
obsidian-list-callouts copied to clipboard
Incorrect display of callouts
Hi, I really like List Callouts but lately I have two issues. I am on version 1.0.9:
First, when I have a line such as the following:
- [[something]]! that looks like a normal text in Live Preview mode but renders as a callout in Reading mode—should not be a callout at all.
I can see the exclamation mark in Live Preview mode, but it shows as a callout in Reading mode, and I think it is a bug.
This is the same with other callout markers. This should not happen, the characters should only be interpreted as callouts markers when they follow the initial -
sequence (a dash followed by a space).
Second, I would appreciate if the callouts could be displayed with tasks as well, but again only in case there is either a sequence of - [ ]
or - [x]
preceding the marker (optionally the x
in brackets could be any character). At this time, it works in the Live Preview mode, but not in Reading mode, see example here:
- [ ] ! This looks like a callout in Live Preview but not in Reading mode—it should look like a callout in both.
Thanks in advance
Hanuš
Hi @czhad,
in Version: 1.0.19 I cannot replicate your two experiences.
inline callouts with tasks and the
x
in brackets could be any character
- for me, inline callouts do work with tasks (including with any type of character in the brackets task box)
- it works in both live preview and reading mode
Hi, thanks for the reply. Regarding version, I now have 1.0.10 and Obsidian doesn't offer any upgrade. Maybe it's already fixed. How can I get the latest version?
Let me give you an example text with screenshots (my commentary in italics):
Callouts Issues
- [[Test]]! has a commentary
- [ ] ! This should not happen
- [x] ! This should not happen Now this looks as follows in the READING mode where the icon is visible in the first case instead of the exclamation mark, and the exclamation mark is visible in tasks instead of the icon that should be there.
[Snímek obrazovky 2022-11-02 v 10.34.20.png]
And this is the same in LIVE PREVIEW mode, where everything is displayed correctly.
[Snímek obrazovky 2022-11-02 v 10.35.13.png]
That is why I thought the List Callout character should be only recognized when it is preceded either by the sequence of '- ', or by the sequence of '- [x] ', where the 'x' could be any character.
As for the version, this is what I get:
[Snímek obrazovky 2022-11-02 v 10.13.09.png]
------- Original Message ------- středa, 2. listopadu 2022 v 8:01, DryIce1 @.***> napsal/a:
Hi @.***(https://github.com/czhad),
in Version: 1.0.19 I cannot replicate your two experiences.
inline callouts with tasks and the x in brackets could be any character
for me, inline callouts do work with tasks (including with any type of character in the brackets task box)
it works in both live preview and reading mode
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
Oh, I'm sorry, I didn't know pictures won't make it via e-mail. I'm attaching them here.
Reading:
Live Preview:
Version:
I can reproduce your problem 1. But I can't reproduce your problem 2.
- [[link at the beginning of the line followed immediately by the trigger creates an inline callout in Read mode (but not preview)]]! text
- [ ] ! inline call out task
- [x] ! inline call out completed task
- live preview
-
- read mode
-
I can reproduce problem 2 when I have Tasks pugin enabled. The following:
- [ ] ! Some text
Will produce no icon when Tasks is enabled and works OK when Tasks is disabled.