-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Allow users to disable "Saved to clipboard" notification. #897
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
Allow users to disable "Saved to clipboard" notification. #897
Conversation
|
Fixed the travis build, let me know if you have any questions. Hopefully this gets merged in to the next release, I would love to start using this feature. |
|
Thanks @urda ! We will check it. |
|
Great! Thanks for an awesome note taking app! |
|
Thanks for your cooperation, too :) |
|
Re-sync'ing with |
asmsuechan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine on macOS and ubuntu. Thanks!
|
Thanks! Can’t wait to see it released :) |
|
Hi @urda , I wrote about this PR in my article :) Check it! https://medium.com/boostnote/thanks-to-your-contribution-boostnote-v0-8-16-has-been-released-783afea95ca3 |
|
Sounds good @kazup01 thanks! |
I love the "copy to clipboard" power of Boostnote within code blocks. However, as an end user, I don't really care for Boostnote to display a notification on copy.
This PR adds a configuration option to disable these notifications! The new option is show below
This is my first PR to Boostnote, please let me know if this commit needs amended.