Hacker News new | ask | show | jobs
by deftnerd 1573 days ago
Many of The HN clients that I use have their own bookmark system that doesn't actually trigger the bookmark feature on the website. It makes bookmarking a totally local client feature.

Does your client support site based bookmarking?

1 comments

Thank you for your input. I was also thinking about implementing bookmarking feature locally. But seeing HN has its own 'favorite' feature, I decided to skip it.

This can be doable. Since HN doesn't provide an API for it, I have to parse the webpage and collect the ids for the favorited stories from there. If I get more users, I will certainly implement more features like this.

My end goal is to have maximum feature parity with the website. :)