captainbrosset / devtools-tips

A collection of useful cross-browser DevTools tips
https://devtoolstips.org
312 stars 33 forks source link

[Feature] Ability to bookmark/favorites #114

Open pankajparashar opened 6 months ago

pankajparashar commented 6 months ago

I'll be nice for the users to have the ability to "bookmark" tips or "save for later" or "mark as favorite" feature.

The bookmarks will be saved in the browser's localStorage, so technically we don't need any backend to make this work. Although it does mean adding a little bit of JS in the code.

I'm not sure if this is a legitimate use-case or not but more like a "nice-to-have" feature.