Currently, Edda handles Ctrl+C, Ctrl+V shortcuts using custom application logic, which is not consistent with typical clipboard behavior, that allows copying data between different applications, as long as they support the format.
If we can make it so that the copied notes can be pasted as text (similar to Hearthstone deck codes), this would also cover some of the functionality from #55, allowing mappers to share common patterns on Discord in a way that can be easily pasted into Edda.
Currently, Edda handles Ctrl+C, Ctrl+V shortcuts using custom application logic, which is not consistent with typical clipboard behavior, that allows copying data between different applications, as long as they support the format.
We should use https://learn.microsoft.com/en-us/dotnet/desktop/winforms/advanced/how-to-retrieve-data-from-the-clipboard?view=netframeworkdesktop-4.8 with a custom data format to support this.
If we can make it so that the copied notes can be pasted as text (similar to Hearthstone deck codes), this would also cover some of the functionality from #55, allowing mappers to share common patterns on Discord in a way that can be easily pasted into Edda.