adifyr / obsidian-chat-view

An elegant chat view for Obsidian pages.
MIT License
202 stars 11 forks source link

For long chats, Chat View only works when I scroll down far enough #32

Open rach-sharp opened 1 year ago

rach-sharp commented 1 year ago

When I have a large chat of around 500 messages, it will only render as Chat Windows once I have scrolled all the way to the bottom, otherwise it is just rendering the chat block text. I guess Obisidian may be buffering opening the file and it doesn't detect the closing backticks until I scroll down far enough?

I have a workaround which is creating multiple ```chat``` blocks and then it loads them correctly. But I thought I'd report it still just in case anyone else has the same issue and in case a better solution exists.