Add a copy button to file editor

It’s hard to code iteratively with ChatGPT on IOS without it - when you try to select and copy all contents of a big file it only really copies what is visible on the screen. I think it would be easier to just click a button to copy all contents of the file you’re editing. Thank you for all your work, I really love this website.

You should try using ctrl+a

I’m using IOS

on android you can install keyboards with function keys but I’m not sure if that’s possible on ios. one possible (but tedious) workaround is to copy the file, rename to <filename>.md, add triple backticks (```) at the start and end, preview the markdown and you should be able to copy it all.
But yes this would be useful.

2 Likes