Is your feature request related to a problem? Please describe.
1)Whenever we are studying for a topic and read a particular part of it, we save it in the scrroll. Then, a lot of scrrolls are added in the collections in localStorage.
2)So, when we want to search for a particular tag or keyword related to the page we have saved in the scroll.
3)We need to manually find out what was the link or remember the page, which is very tedious and frustrating.
Describe the solution you'd like
1)I have proposed a solution to this problem.
2)We can add a search functionality that searches the page with the help of the keyword or tag entered.
3)So, when the user enters the keyword or tag, we search it in the localstorage if some part of title matches the keyword.
4)If the keyword matches , results are filtered and displayed.
Additional context
Suppose we only want to search pages with "devfolio" as the keyword.But we need to search manually each and every page.
So, it is tedious when we have lot of scrrolls.
Is your feature request related to a problem? Please describe. 1)Whenever we are studying for a topic and read a particular part of it, we save it in the scrroll. Then, a lot of scrrolls are added in the collections in localStorage. 2)So, when we want to search for a particular tag or keyword related to the page we have saved in the scroll. 3)We need to manually find out what was the link or remember the page, which is very tedious and frustrating.
Describe the solution you'd like 1)I have proposed a solution to this problem. 2)We can add a search functionality that searches the page with the help of the keyword or tag entered. 3)So, when the user enters the keyword or tag, we search it in the localstorage if some part of title matches the keyword. 4)If the keyword matches , results are filtered and displayed.
Additional context Suppose we only want to search pages with "devfolio" as the keyword.But we need to search manually each and every page. So, it is tedious when we have lot of scrrolls.
@prateek3255 I would surely like to work on this?