bramses / chatgpt-md

A (nearly) seamless integration of ChatGPT into Obsidian.
MIT License
824 stars 61 forks source link

Show every message under its own heading #22

Closed lukemt closed 1 year ago

lukemt commented 1 year ago

Make it possible to configure role::user|assistant to be headings e.g. ## role::user

Setting the setting to 0 deactivates the functionality.

I set heading level 2 as default here, but you can change it to 0 if you don't like it as default.

lukemt commented 1 year ago

example before:

Screenshot 2023-03-20 at 23 16 47

example after:

Screenshot 2023-03-20 at 22 52 02
bramses commented 1 year ago

looks good! I'll change the default to 0 as to not disrupt anyone's current workflow then I'll merge it in. Thanks for the PR @lukemt!

lukemt commented 1 year ago

Makes sense. Awesome!