Hacker News new | ask | show | jobs
by justkd 2746 days ago
Thanks so much for the valuable feedback. And you are right, the bookmarklet is not easy to find. It’s funny how we didn’t see that while developing. Only user feedback can do its magic:)

Great idea regarding the examples. By best practice source code we had in mind to bookmark something interesting and important to each users purpose.

In the end of the day users should be able to find all kinds of annotations. The configuring of projects reference you mentioned is the one I prefer the most.

It helps beginners and advanced coders. Let’s hope we build what users want. Again thank you so much for your feedback.

1 comments

You will also likely want to do two things to help the tags from spinning out of control: auto-complete and aliasing. The tags used by stackoverflow would be an outstanding point of reference, as they do both of those things, but in addition their tags would be (for all intents) a great list to get things started off. I haven't checked to see if their tag dataset is open, but I also wouldn't imagine it would be terribly hard to get the list, even if they aren't open. I would just avoid taking the descriptions that accompany them, unless that's offered under a liberal license.
Auto-completion and aliasing make a lot of sense! Thanks for that. We will look at StackOverflow's list. I think their API allows to fetch tags... but not sure. I will post to this thread when I find out. Thanks again!!!