adifyr / obsidian-chat-view

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

add more than one paragraph in a single item. #28

Closed iszhi closed 1 year ago

iszhi commented 1 year ago

Hello, I like this tool very much. But I also like to include several paragraph in a single item. Can we make it possible?

adifyr commented 1 year ago

Hi @iszhi. You can do this by adding the <br/> tag in your chat-view message. Here is an example of the same:

```chat
[Narrator=pink]

< Narrator | One can deduce the fact that with ChatGPT, Artificial Intelligence is set to play a significant role in our lives. As such, it is important to learn about the different technologies & principles that enable AI to do what it does.<br/><br/>There is an amazing course by Stanford: [[CS50 Artificial Intelligence/Introduction]]. This will give you a primer on how to get started with AI.
```

The above chat snippet creates the following Chat View:

image

Do let me know if this solves your issue.

adifyr commented 1 year ago

Hi. Since there has been no activity on this issue, I'll be closing it. Thanks for writing in!