This should be obvious, but I can’t find how to do it.
I have several pages that are like premade replies for requests I receive. Hence their content is ready to be copy-pasted in an email.
But since I have edit rights on those pages, I noticed that selecting the text copies the links to “Edit” too.
How do I avoid copying such elements? Or maybe, can I see a readonly version of a page?
This paragraph describes a functionality, gives a couple of examples.
This is another heading, with a custom formatting
Even this paragraph comes with some formatting that are nice to keep when copy-pasting elsewhere.
This last heading is just to make another pencil appearEdit
Yikes!
See those “Edit” links? I don’t want them to be copied over.
Thanks, but these pages are there for quick copy-pasting text, all your solutions defeat this easiness.
I’m wordering if a custom JS could change the copied content somehow, hmmm.
And, I noticed that Print preview action actually can be of help.
(playground page source since the playgroung will be reset)
Hi. This is a nice page.
== It has a heading ==
This paragraph describes a functionality, gives a couple of examples.
=== This is another heading, with a (% class="small" %)custom formatting(%%) ===
Even this paragraph comes with some formatting that are //nice// to **keep** when __copy-pasting__ elsewhere.
== This last heading is just to make another pencil appear ==
Yikes!
you might want to take a look at the little javascript I knitted together in this thread that allows me to copy page content (with embedded images and without „Edit“-links), maybe it is helpful in some way?