gerhard
(Gerhard Schlager)
13 Gennaio 2022, 8:04pm
55
Penso che @simon intendesse che lo stesso contenuto degli appunti è disponibile come testo e immagine.
L’ho appena testato copiando più celle da LibreOffice Calc. Inserisce testo delimitato da tabulazioni e un’immagine delle celle negli appunti. Presumo che Microsoft Excel faccia lo stesso.
Il risultato è questo:
colonna A colonna B
a1 b1
a2 b2

3 Mi Piace
Quindi è specifico per le tabelle ? In tal caso, questo argomento ha un titolo molto errato e fuorviante, il che è estremamente fastidioso…
modifica: corretto.
3 Mi Piace
jomaxro
(Joshua Rosenfeld)
13 Gennaio 2022, 9:57pm
57
Sì, ho notato questo con le tabelle .
1 Mi Piace
sam
(Sam Saffron)
2 Febbraio 2022, 1:50am
58
Potrebbe essere correlato alle modifiche di uppy @martin , puoi dare un’occhiata?
2 Mi Piace
martin
(Martin Brennan)
3 Febbraio 2022, 6:39am
60
Ho una PR per risolvere questo problema, la unirò domani:
main ← issue/fix-markdown-table-pasting-uppy
opened 05:22AM - 03 Feb 22 UTC
When changing to uppy for file uploads we forgot to add
these conditions to the… paste event from 9c96511ec47bf0eb450a0b7e15738d284ee3761f
Basically, if you are pasting more than just a file (e.g. text,
html, rtf), then we should not handle the file and upload it, and
instead just paste in the text. This causes issues with spreadsheet
tools, that will copy the text representation and also an image
representation of cells to the user's clipboard.
This also moves the paste event for composer-upload-uppy to the
element found by the `editorClass` property, so it shares the paste
event with d-editor (via TextareaTextManipulation), which makes testing
this possible as the ember paste bindings are not picked up unless both
paste events are on the same element.
Modifica: questa PR è stata unita.
6 Mi Piace