GnoxNahte / obsidian-auto-embed

Obsidian plugin to embed websites using simple markdown instead of iframe
MIT License
18 stars 0 forks source link

Embeds Don't Allow for Bullets/Formatting Directly Underneath Them #13

Closed mgworldwide closed 1 month ago

mgworldwide commented 1 month ago

When you embed something in a list, press space after the link of the embed and try to include another bullet point below it, it doesn't work.

How to replicate:

  1. Create a list
  2. Paste a link to media
  3. Embed it
  4. Press space after the link
  5. Try to write/use formatting
GnoxNahte commented 1 month ago

Hi thanks for the bug report, but I'm not sure what you meant as it looks fine to me. Maybe the spacing looks wrong but I have no idea how to fix it in Live preview mode... All the text shows up correctly though?

Here's how it looks for me in the different views. From left to right: Source mode, Live Preview, Reading Mode. image

The markdown I used:

- ![](https://github.com/GnoxNahte/obsidian-auto-embed/issues/13) 
- other notes

Also for any future issues, it might be better if you can put the markdown you used so that I can copy and paste when I'm testing.

mgworldwide commented 1 month ago

Okay now it works, it was because I put a space after the closing bracket.

GnoxNahte commented 1 month ago

Ok nice, I'll close the issue since it seems sort of solved? I'm aware that bullet points doesn't work perfectly but it's mentioned in the other issues too.

Feel free to reopen it or create a new issue!