xhcoding / emacs-aichat

AI Chat in Emacs, including OpenAI and Bing Chat
62 stars 8 forks source link

Option to use Org format instead of Markdown #12

Closed MunsterPlop closed 1 year ago

MunsterPlop commented 1 year ago

I think it would be nice to be able to generate an Org buffer instead of a Markdown one adding an option such as aichat-bingai-chat-file-format which could accept 'org and 'markdown.

It could also exist for the other backend aichat-openai-chat-file-format.

xhcoding commented 1 year ago

You can define aichat-bingai-chat-file as an org file, but please note that I used a simple function to convert some markdown tags to org format, so there may be some tags that are not handled yet.