Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Post History
Code blocks in posts have a "Copy" button at the top right, allowing copying all of the code in the block with a click (or a tap on a touchscreen device). I find this very useful, both because it s...
#2: Post edited
- Code blocks in posts have a "Copy" button at the top right, allowing copying all of the code in the block with a click (or a tap on a touchscreen device). I find this very useful, both because it saves me the time that would otherwise be required to select the code and copy it manually, and because it ensures all of the code and nothing else is copied, avoiding the mistakes I could otherwise make.
- ```text
- Example code block
- Note "Copy" button at top right ➚
- ```
- Could we have the same copy button for code blocks in comments?
- Code blocks in posts have a "Copy" button at the top right, allowing copying all of the code in the block with a click (or a tap on a touchscreen device). I find this very useful, both because it saves me the time that would otherwise be required to select the code and copy it manually, and because it ensures all of the code and nothing else is copied, avoiding the mistakes I could otherwise make.
- ```text
- Example code block
- Note "Copy" button at top right ➚
- (To see it, hover on desktop,
- or tap on mobile)
- ```
- Could we have the same copy button for code blocks in comments?
#1: Initial revision
Copy button for comment code blocks
Code blocks in posts have a "Copy" button at the top right, allowing copying all of the code in the block with a click (or a tap on a touchscreen device). I find this very useful, both because it saves me the time that would otherwise be required to select the code and copy it manually, and because it ensures all of the code and nothing else is copied, avoiding the mistakes I could otherwise make. ```text Example code block Note "Copy" button at top right ➚ ``` Could we have the same copy button for code blocks in comments?