Hello!
Subj.
I have a big-big text in confluence. I want to be able to click on this text, then this text will be selected and copied to the clipboard.
Confluence doesn't have a "copy to clipboard" macro, but if you have HTML enabled you could customize the page with your own html macro (which you can paste js/css into as well), e.g. https://stackoverflow.com/questions/45071353/copy-text-string-on-click has a few examples how this could be done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Or right-click -> copy?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bill Bailey @Fabian Lim Because text very long: 1 billion symbols
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If it encased in p tags, then triple clicking the text will select the entire paragraph.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.