I’ve been using canvas feature frequently. My usual work process is discussing with Gemini to write down a detailed plan and then use it as a blueprint and code with my coding assistant tool.
So I need to copy contents (detailed plan) in canvas and make it as markdown file in my repo. I found “Copy contents” button, but it copies contents without proper formatting (new lines and indentations). I believe it is friendly enough for my coding assistant tool, but it is not for me.
I was wondering if there is any simple trick to copy the contents and format, exactly same as shown in canvas, into markdown file. It seems other AI services have it but Gemini doesn’t.
Just ran into this same issue and worked around it by telling Gemini to place the Markdown source in a textarea on an HTML page. I could then view the rendered page and copy the source from the textarea.
Same issue. I export to Google Docs and use “Docs to Markdown” to convert. Copy contexts gives plain text. Who puts an export function into a share menu anyways.