anyproto / anytype-heart

Shared library for Anytype clients

Home Page:https://anytype.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copying code to the clipboard copies formatting of the whole object

verymilan opened this issue · comments

Current Behavior

...with an invisible return symbol too, so it always breaks the line. This is bad if you want to paste something into a commandline:

  • code

if "code" was copied, becomes

- `code`\n
(while the \n is not visible)

Expected Behavior

If i copy text by hand in a code formatted object, it should only copy the text.

Steps To Reproduce

as described

Environment

- OS: macOS 14.1.2 (23B92)
- Version: Version: 0.36.0

Anything else?

No response