I spent some time exploring how to improve the UX of code blocks on the web
1–10 of 68 posts
Re: I spent some time exploring how to improve the UX of code blocks on the web
#2I wish the "Click a highlighted word to navigate to a different page" was just an tag rather than a JavaScript onclick handler.
Re: I spent some time exploring how to improve the UX of code blocks on the web
#3I wish the "Click a highlighted word to navigate to a different page" was just an tag rather than a JavaScript onclick handler.
I agree, I like to see where I'm going
Re: I spent some time exploring how to improve the UX of code blocks on the web
#4The date on this article is June 02, 2021
Other than that, a great write-up.
Re: I spent some time exploring how to improve the UX of code blocks on the web
#5This is super well done & polished. Will try out for future blog posts.
Thank you!
Re: I spent some time exploring how to improve the UX of code blocks on the web
#6Does anyone know if there's a trick to avoid the trailing newline when double-clicking a line to copy/paste it elsewhere?
This always annoys me for single-line commands. I'd love a CSS solution but can only think of some ugly JS approaches.
Re: I spent some time exploring how to improve the UX of code blocks on the web
#7Re: I spent some time exploring how to improve the UX of code blocks on the web
#8This is super well done & polished. Will try out for future blog posts. Thank you!
thank you <3
Re: I spent some time exploring how to improve the UX of code blocks on the web
#9The date on this article is June 02, 2021 Other than that, a great write-up.
loool, ooops. fixed, thank you
Re: I spent some time exploring how to improve the UX of code blocks on the web
#10This is pretty good!
One thing I wasn't able to trigger (or understand) was the "hover me" part from the "Interact with the content" section.