📜 ⬆️ ⬇️

“Read later” button

Hello% username%! Recently (or rather, after reading this topic) I wondered about the division of favorites and what I want to read later. After a bit of searching, I found that no one had yet proposed a solution, and quickly sketched an extension for Google Chrome, which adds a “read later” button, as well as a “read later” item to my favorites.

As a repository, I decided to use localStorage (for lack of another). The minus here is clear to everyone: there is no access to records from other computers. Plus: your data is stored only on your computer.

This post was written in order to find out how the habrasoobschestva reacted and to understand whether to continue the development of this extension or not.

ToDo list:

')
PS: If someone provides a database, I will be very grateful.
PS: If someone provides the icons “add to` read later` ”and“ remove from `read later`”, I will be very grateful.
PS: I will listen to all constructive suggestions and try to implement them in userscript.

* Link to Google Chrome extension: http://yadi.sk/d/WVYoBLTvApvtZ

UPD: Changed the mechanics of the user scripts (thanks steff ). Now when you click on the button, the article is added to favorites with the [[READLATER]] tag. In the favorites, the “read later” button opens a page with all entries where the [[READLATER]] tag has been added.
UPD2: a repository was created on github. I ask everyone: https://github.com/JWo1F/habrAfter

Source: https://habr.com/ru/post/197316/


All Articles