markitdown.medusis.com
markitdown.medusis.com copied to clipboard
as a user, I want it to be easier to copy the text
Since the <textarea>
is disabled, it's not possible to select the contents with a mouse (at least on Chrome). I accidentally discovered that COMMAND-a
selects the text, but this isn't necessarily intuitive. Would be great to have a "Copy to clipboard" button or something. Thanks!
<textarea>
is no longer disabled
but readonly
, as in modern browsers as you noted, the selection of disabled zones is difficult or in some cases impossible.
We need to add the automatic selection of resulting content. This will be done soon and I will mark the issue as solved only then.