adifyr / obsidian-chat-view

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

FR: Support markdown syntax in chats #16

Closed JeloKuneho closed 1 year ago

JeloKuneho commented 2 years ago

Currently, text can only appear in plaintext. For example, when you surround text with ** ** or insert links (internal or external) like so

image

the text is rendered in plaintext. Cannot click on links to open them.

image

Adding markdown support would enhance the capabilities of the plugin.

By the way, thank you for this plugin 🍪. I like to use it to create clean views of conversations.

adifyr commented 2 years ago

I may be able to support general markdown syntax. Internal links however, are an Obsidian specific feature. I won't be able to put that in there.

adifyr commented 1 year ago

Hi @JeloKuneho. With the latest release of the Chat View Plugin: Version 1.3.0, I have added Markdown and HTML Rendering Support to the Chat View Message. Which means, you will now be able to create Chat View Blocks like this:

Chat View with Markdown & HTML Rendering

Please refer to the README for more information. Closing this issue as resolved. Thanks for your feedback!

JeloKuneho commented 1 year ago

Yep, its working good. Thank you!