Posts tagged with “javascript“ (15)

  1. 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.

  2. 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.

  3. 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.

  4. 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?

  5. 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?