ownnote icon indicating copy to clipboard operation
ownnote copied to clipboard

Copy with rightclick?

Open ghost opened this issue 9 years ago • 3 comments

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.

ghost avatar Dec 30 '16 02:12 ghost

You can disable it in the following file:

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

just remove "contextmenu" :)

q4z1 avatar Dec 30 '16 03:12 q4z1

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

ghost avatar Dec 30 '16 03:12 ghost

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.

q4z1 avatar Dec 30 '16 03:12 q4z1