I'm a big fan of the favorites feature. I usually mark questions with good answers of code snippets for later use.

Most of the time I can't find the favorite I'm looking for so quickly as desired. I know I marked the question in Stack Overflow, but it takes time to find it again, because of the following reasons:

  • lot of favorites
  • lot of answers for a question (last time I was looking for an answer in the question Hidden Features of C#)
  • the question title is not always what I'm looking for

To make favorites more useful I suggest the following features to be added:

  • Allow to mark an answer as favorite
  • Allow to tag questions with ones own tags (those tags are personal and can not be seen by others)
  • Search function over favorites
  • Allow to add a personal note to a question
link|improve this question

75% accept rate
8  
You can always just bookmark the answer - it has it's own "link" link. – ChrisF Jan 22 '11 at 11:49
10  
@ChrisF that's true, but i would be more handy to have it right inside StackOverflow rather than managing bookmarks in the browser. a lot of favorites i mark at home and use it at work. and as my company blocks almost everything i can't even use bookmarking tools like del.ico.us and co. – gsharp Jan 22 '11 at 11:56
I was going to add that, perhaps I should have. – ChrisF Jan 22 '11 at 11:56
7  
Search function over favorites — see infavorites:mine at meta.stackoverflow.com/search – Arjan Jan 22 '11 at 11:57
1  
Allow to add personal note to a question — see Diigo at Any tool to help reviewing a website (snapshots, annotations, feedback)? – Arjan Jan 22 '11 at 12:02
4  
The option infavorites:mine is no longer supported when the new search is introduced early 2011. – Arjan Jan 27 '11 at 0:01
2  
even a filter box for favorite titles would be a great advancement – ufotds Mar 15 '11 at 15:16
@gsharp, see my answer for a workaround to the problem... it will lag your favorites for up to a month, but it is better than nothing. – Aaron Fleming Dec 13 '11 at 12:28
feedback

This question has an open bounty worth +100 reputation from gsharp ending in 4 days.

This question has not received enough attention.

Is something in the pipeline regarding improvements of Favorites?

2 Answers

I frequently use favorites for multiple purposes as well, and everything gets jumbled together.

I really like the personal tags idea.

  1. The tags would aid in searching through you favorites.
  2. It allows personal notes about a question
  3. It would allow users like myself to categorize favorites into things like 'Check back for edit/reply to my comment', 'Look at implementing in the future', etc.
  4. It could be a work around for tagging an answer as a favorite.

I recommend implementing at least this addition.

link|improve this answer
feedback

Having a search box at the top of your favorites page is quite useful... the search should be local to your own favorites. Perhaps this would be easier to implement than a local-tags feature, which (I predict) would require modification to the db schema. If devs don't want to modify the favorites page, perhaps we could denote a search of our own favorites by typing favorites: in the SO search bar.

I don't know why infavorites: was deleted from the new search capabilities introduced in January, but this functionality leaves a big gap when you have hundreds or thousands of favorites and you only want to find answers relevant to

FWIW, I am hacking around the problem right now with:

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged