Fevol/obsidian-criticmarkup

Add option to show comments next to text

tim-hilde opened this issue · 2 comments

First of all thank you so much for developing this plugin! I am really looking forward to this!

Currently, I modified the obsidian comment to be shown like in this picture, which sadly leads to an issue when having an internal link inside it.

image

image

Is it possible to style the comments in a similar but functional way? At least in a future release?

Fevol commented

Thanks for the issue report!

After a little bit of digging, I found out why the internal links specifically have that issue. Obsidian's markdown renderer processes them as an entirely separate element, which is probably why your custom styling fails.

I am planning on re-creating all the features of Google Docs/Word-like suggestions and comments, so hopefully your issue will be addressed with that. In the meantime however, I'm afraid there's no real solution for this problem.

Fevol commented

I'll be closing this issue as this has been (fully) implemented in the latest release.
Feel free to open an issue if there is a problem with the new system!