-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Easy way to unhide questions? #281
Comments
Good point. What interface could we use for unhiding a question? @vermiculus |
Can you use
|
I think using The 'most pure' option is to allow popping a question off this list and re-inserting it into the question list data structure we have. This would effectively 'undo' the last hide, but having the ability to pick-and-choose which question you want to unhide is very appealing. In addition to the simple pop/repaint solution, there might be room for hiding/unhiding a question from the question/answer view. This might be useful if we ever decide to maintain an organized index of questions -- but that time has not yet come :) |
How about moving the hidden questions to an ''sx-hidden-tab' tab. When user On Mon, Apr 20, 2015, 6:19 PM Sean Allred notifications@github.com wrote:
|
The hidden-tab suggestion would be awesome, but I personally won't have the time to do that. =/
Finally, poping a question off the hidden-list is easy too. The only issue is that they are stored in the list ordered by ID, not by most-recently-hidden. So the user might have to pop quite a few in order to get back the latest one he hid. |
Is there an easier way to unhide questions?
I hid a question by mistake and then I had to remove
~/.emacs.d/.sx/hidden-questions.el
and restart emacs to fix that.The text was updated successfully, but these errors were encountered: