Right now when I select some text and copy it onto a note, it moves the source code. It should only copy. And in the case of Markdown, it should automatically be put in a code-block with the right filetype (e.g. java). For example:
```java
…source code that was dragged from a Java file…
Right now when I select some text and copy it onto a note, it moves the source code. It should only copy. And in the case of Markdown, it should automatically be put in a code-block with the right filetype (e.g.
java
). For example: