# Save Hash Links for Future Reference.

## The Context

I was reading an amazing article about [JavaScript Best Practices](https://github.com/ryanmcdermott/clean-code-javascript).  
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](https://addons.mozilla.org/en-US/firefox/addon/savehash/)  
  

## 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](https://github.com/rahuldahal/save-hash/blob/master/CONTRIBUTING.md) guide.
