I don’t think we have a good solution for that. You can just call clipboard
on your object though. Or, if you want the normal display, something like
function show_clipboard(x)
io = IOBuffer()
show(io, "text/plain", x)
clipboard(String(take!(io)))
end
We do have newer release threads:
Should just remove the “What’s new” section and point to the changelog, I suppose.
1 Like