Cover Image

Save Hash Links for Future Reference.

Published: Jun 9, 2021Last Updated: Aug 12, 2024
JavaScriptTIL

The Context

I was reading an amazing article about JavaScript Best Practices.
While going through it, there were some points that I found useful and productive.
I wanted to save those points, which in turn would make it easier for me to reference back in the future.

Birth of SaveHash

As a solution to my problem mentioned above, I created SaveHash. SaveHash makes it easier for readers to save hash(#) links and refer back to them in the future.
Get It Here

Here is the Demo

![Demo GIF](https://res.cloudinary.com/rdaahal/image/upload/v1609770198/saveHash/saveHash_demo_mpx0f3.gif align="left")

The extension workflow looks like this,

![saveHash extension workflow](https://cdn.hashnode.com/res/hashnode/image/upload/v1623209662601/UEUG9dP0W.png align="left")

This project is open source.

Feel free to contribute by following this guide.