Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] markdown export enhancement #233

Open
beer15 opened this issue Jan 20, 2023 · 3 comments
Open

[Feature] markdown export enhancement #233

beer15 opened this issue Jan 20, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@beer15
Copy link

beer15 commented Jan 20, 2023

Feature description

Be able to differentiate the answer/message of the user and the bot in markdown, for example put in h3 or h4 = ###

9ab313079b56d58538cd334936e667a0

Motivation

when there are several answers it is sometimes complicated to find the question and the answer

Alternatives

No response

Additional context

No response

@beer15 beer15 added the enhancement New feature or request label Jan 20, 2023
@lencx
Copy link
Owner

lencx commented Jan 21, 2023

I'm also thinking about the issue of distinguishing between user and bot conversations. h3 or h4 may not be the best way to go. I would use a split line to distinguish them.

---
`user`

test

---
`bot`

test

preview:


user

test


bot

test

@beer15
Copy link
Author

beer15 commented Jan 21, 2023

I'm also thinking about the issue of distinguishing between user and bot conversations. h3 or h4 may not be the best way to go. I would use a split line to distinguish them.

---
`user`

test

---
`bot`

test

preview:

user

test

bot

test

indeed it's a good idea :)

@lencx
Copy link
Owner

lencx commented Feb 3, 2023

Exciting feature that I will support in the next version to distinguish between users and bots.

md

lencx added a commit that referenced this issue Feb 3, 2023
SsomsakTH pushed a commit to SsomsakTH/ChatGPT that referenced this issue Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants