Skip to content
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

[Feature-Request] - Add feature to right click a Note and "Pin to Top" of Notebook Note List #423

Closed
jasondavis opened this issue Apr 13, 2017 · 5 comments
Labels
feature request 🌟 Issue is a new feature request.

Comments

@jasondavis
Copy link

Add a feature to show a new Note context menu item when you right click a note in the note list that says something like Pin to Top.

When clicked it would:

  • flag that note to show at the top of the tag list regardless of the other notes sort and filter options
  • apply a new CSS class "pinned" which can be used to style the background color of pinned Notes
  • If a Note is pinned already and the context menu is opened on it, then show a button to reverse the process and un-pin the Note..
@asmsuechan
Copy link
Contributor

Hi, @jasondavis! Thank you as always. I feel it's a cool idea so much 😄 But this feature affects data structure of note. I'll need to contemplate it when I implement.

@jasondavis
Copy link
Author

perhaps just store a list of note ID's that are pinned

@asmsuechan
Copy link
Contributor

yeah, I know. it may not be an easy way. But if I would use LocalStorage, I can do it not take so much time.

@jasondavis
Copy link
Author

@asmsuechan Using LocalStorage to store a list of IDs of Pinned notes sounds like an acceptable way as it wouldn't be super important if the pinned ID list was ever reset or lost. Either way it's just an idea.

@kazup01 kazup01 added the feature request 🌟 Issue is a new feature request. label Apr 28, 2017
@kazup01
Copy link
Member

kazup01 commented Oct 18, 2017

@asmsuechan was implemented it. #956
We will release it next version!

@kazup01 kazup01 closed this as completed Oct 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request 🌟 Issue is a new feature request.
Projects
None yet
Development

No branches or pull requests

3 participants