Open loziniak opened 1 year ago
Hi There! 👋
We haven't seen any activity on this issue in a while :sleeping:, and we just wanted to make sure that it's still relevant. If you're still experiencing this issue, you might find it helpful to update to the latest version of Logseq. The latest version includes bug fixes and new features that may help to resolve this issue, and you can download it from our website. If updating to the latest version doesn't help, please let us know by adding a comment 💬. We're here to help!
If the issue has been resolved or is no longer relevant, that's great news! 🎉 We'll go ahead and close this issue to keep our backlog organized. Please note that this issue will be closed automatically in 20 days if there is no further activity. If you need more time to resolve the issue or provide more information, please just let us know by adding a comment.
Access additional Logseq 🚀 resources:
Thanks for your contributions to Logseq! If you have any other issues or feature requests, please don't hesitate to let us know. We always welcome pull requests too!
Now (v0.10.7) I'm unable to paste from LibreOffice Calc at all.
(edit) In version 0.10.7it is not possible to paste from spreadsheet at all.
Search first
What Happened?
I wanted to import a snippet of a LibreOffice spreadsheet. Used
CTRL-C
in LibreOffice andCTRL-V
in logseq block. Instead of a table, the content was rendered as an image.Reproduce the Bug
CTRL-C
CTRL-V
Expected Behavior
Data should be inserted in a textual form, or preferably a table.
Screenshots
Desktop or Mobile Platform Information
Manjaro Linux,
libreoffice-fresh 7.5.5-1
,logseq-desktop-bin 0.9.17-1
Linux latitude5580 6.2.0-2-rt3-MANJARO #1 SMP PREEMPT_RT Sun Apr 16 02:12:15 UTC 2023 x86_64 GNU/Linux
Additional Context
I tested clipboard content types with
xclip
tool when copying from LibreOffice, and indeed it can serve data as image (image/png
orimage/bmp
):Probably logseq chooses first media type it can digest (
image/png
). Perhaps some formats could be preferred to the others by logseq, liketext/html
>text/plain;charset=utf-8
>image/jpeg
>image/png
?I don't know which format is supported by logseq to create tables, but suppose
text/html
. Clipboard output for HTML looks like this:Are you willing to submit a PR? If you know how to fix the bug.