-
Notifications
You must be signed in to change notification settings - Fork 5
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 Request] Add markdown view of answers #1
Comments
Yes, exactly! This is something I was consider before but was not sure how to implement this. I was thinking to use cosmic-text somehow, but maybe markdown parser should be enough as you say. Definitely. So I have a plan for today, thank you ;p |
Well, I tried to do this but it's kind of hard task. Especially syntax highlighting for code so I guess this issue will wait a bit for better times :P |
Hey @ahoneybun , |
Yea I can test this in a bit. |
Thank you, I'm working also to add rich_text from cosmic-text, and then we will have some headings, and other stuff like bold text, it will looks better but for now it's kind of bare bone, but it works ^^ |
It's odd that it is applying the color outside of the bash code though. |
Yes and I'm not sure how to deal with it. Maybe After implementing rich text i will try to correct this. |
Sounds good! |
@ahoneybun yeahhhh i achieved something! ^^ |
Just updated branch with new update :) You can check in free time. |
There may be value in having a markdown widget integrated into libcosmic |
Well, if it's good enough hahah |
Code quality can only go up after it's mainstreamed and used by multiple applications. |
Yeah that's for sure. I will try to improve this if possible and make a PR to libcosmic then. |
It looks like it is still doing it from what I can tell with a prompt like this: "write a python script to print the weather" |
I'm not sure but for me works correctly. Did you wait for full response from AI? The code is properly parsed when full code has been written. |
This would be helpful for code questions at least from my POV.
The text was updated successfully, but these errors were encountered: