mgmeyers / obsidian-list-callouts

Create callouts in lists in Obsidian.
GNU General Public License v3.0
301 stars 10 forks source link

Fix reading mode and preview mode background width inconsistencies #30

Closed zambony closed 1 year ago

zambony commented 1 year ago

Before, in live preview: image

Before, in reading mode: image

After, in live preview: image

After, in reading mode: image

mgmeyers commented 1 year ago

@zambony There are some edge cases that don't seemed to be handled with these updates.

This is in source mode:

Screenshot 2023-01-25 at 5 16 11 PM

Intents and tasks are misaligned.

Live preview isn't as bad, but intents are being picked up:

Screenshot 2023-01-25 at 5 17 10 PM

Preview mode looks ok, though.

zambony commented 1 year ago

Oops, thanks for pointing those out. I'll fix them.