Posts tagged with “javascript“ (15)
-
How to add a copy to clipboard button to code blocks
A copy button enables quick copying of code to the clipboard. I will show how to use the Clipboard API, style the button, and provide user feedback.
-
Write a VS Code extension in JavaScript, not TypeScript ^
The VS Code API docs are oriented towards TypeScript. I will offer a JavaScript alternative, and offer some insight on building extensions.
-
Animating text along a path (it’s easy)
It is easy to animate text along a path. You can use it to make some fun effects. All you need is some SVG and a sprinkle of JavaScript.
-
Calculate the estimated reading time for a blog post
Can we add anything to a standard blog that would enhance the reading experience? How about the estimated reading time?
-
Make a reading progress bar for your blog
Can we add anything to a standard blog that would enhance the reading experience? How about a reading progress bar?