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
share|improve this question
8  
You can always just bookmark the answer - it has it's own "link" link. – ChrisF Jan 22 '11 at 11:49
11  
@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
8  
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. – Mike Pennington Dec 13 '11 at 12:28
@gsharp In addition to everything that everyone mentioned here, (which is awesome btw and should be implemented ASAP) I would also love to see the ability of adding my favorites into custom defined lists. For example, I can add two of my favorite STL questions to a custom list which I would name "Questions regarding STL". My suggestion is very similar to the 'Circles' feature in Google+ and 'Custom friend list' feature on Facebook. – user215771 Mar 17 at 3:46
@ChosenTorture unfortunately my post is over 2 years old and nothing has do be done so far. I guess it's not in the priority list of the SE team. – gsharp Mar 20 at 15:49

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.

share|improve this answer

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:

share|improve this answer

You must log in to answer this question.

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