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

Copy with rightclick? #334

Open
ghost opened this issue Dec 30, 2016 · 3 comments
Open

Copy with rightclick? #334

ghost opened this issue Dec 30, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 30, 2016

Hi,

is there a way to disable the rightclick menu?
I do need more a copy paste there instead of inserting a table.
I know that copy paste with javascript is a little bit tricky, so the standard browser menu would be better.

@q4z1
Copy link
Contributor

q4z1 commented Dec 30, 2016

You can disable it in the following file:

  • apps/ownnote/js/scripts.js - line 9

just remove "contextmenu" :)

@ghost
Copy link
Author

ghost commented Dec 30, 2016

Ok, thanks.
Is there a way to add a search in notes plugin?

@q4z1
Copy link
Contributor

q4z1 commented Dec 30, 2016

You mean a global search which searches through all notes?

Unfortunately not - but it's a good feature request - I'd like to have it too.

Searching in a single note is possible though - press CTRL + F.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant