martinstoeckli / SilentNotes

SilentNotes is a simple note taking app which respects your privacy.
https://www.martinstoeckli.ch/silentnotes
Mozilla Public License 2.0
233 stars 35 forks source link

Context menu for copy/paste in editor #270

Open martinstoeckli opened 2 months ago

martinstoeckli commented 2 months ago

A user asked to add a context menu to the editor, which allows to copy paste content from/to the clipboard.

martinstoeckli commented 2 months ago

It would make sense to have such a context menu on the Windows platform, mobile devices already have the system menu when long pressing. A first look into the problem has shown, that several implementations are possible, a pure JavaScript solution and a Blazor context menu. It will need some more research and ideally an update to the newest TipTap editor version, before implementing this feature. The issue can be done together with #236 .