Posts tagged with “javascript“ (14)
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?