Copy from Composer Preview
-
Today it is impossible to mark the text in the preview, and cant copy it.
is it on purpose?
It's a shame, because if it was possible, it would be possible to copy from the preview, and paste in Gmail/Microsoft Word, and get the formatted text, including highlights, text color, etc -
I'm not sure why it was added in the first place but it's probably there forever https://github.com/NodeBB/nodebb-plugin-composer-default/blob/master/static/scss/composer.scss#L2
We can probably remove it, until then you can do
.composer { user-select: initial; }
In your custom css tab.
Copyright © 2024 NodeBB | Contributors