ownnote
ownnote copied to clipboard
Copy with rightclick?
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.
You can disable it in the following file:
- apps/ownnote/js/scripts.js - line 9
just remove "contextmenu" :)
Ok, thanks. Is there a way to add a search in notes plugin?
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.