-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add syntax highlighting to posts #5065
Comments
I would like to see it too! Looks like there's a similar issue, #4750. I am not very experienced with rendering markdown in React but react-remark seems to accomplish this task well. To highlight code blocks shikijs is interesting. Also, I want to point that adding markdown support in a social media would require a WYSIWYG editor (or something similar) to be used by all users. |
If I remember well, rendering shiki in such a level can bring performance issues but it still can be done 😁 |
+1 this would be amazing |
Paul Frazee wrote about this text formatting issue, "Why RichText facets in Bluesky", so I guess we won't get the markdown support. However, it would be really nice to have bold, italic and code blocks at least! |
This changes everything. There are valid reasons to not use it then. I agree with the linked post's arguments. |
+1 this would be amazing |
+1 This feature will be awesome |
+1 This so cool!! |
Code blocks seem nice, but very limiting in 300 characteres. |
I think that it should be a code snippet, the same way that slack does. In a sense, it's just attaching a file to a post (on a different format from a video or a photo). I don't know how files work inside of Bluesky, but i think it would be the easiest implementation. And the character limit wouldn't be an issue |
Is your feature request related to a problem? Please describe.
No, just a lacking feature. Would love to have code blocks highlights on posts 😁
Describe the solution you'd like
I would like to have
formatted markdown
on postsDescribe alternatives you've considered
Code blocks, bold and italic would be a great start.
Additional context
The text was updated successfully, but these errors were encountered: