How to copy to a file in Obsidian the conversations about a project with me and the AI in Google Chrome, keeping markdowns, math formulas, images, and code scripts automatically?
There is no single Obsidian feature that will reliably pull a whole Chrome AI chat with images and formulas intact. The least fragile path is usually: use the AI tool’s own export/share/copy-as-Markdown option if it has one, save images as separate files in the same vault folder, then link them from the note.
If you want automation, I would avoid scraping the live Chrome page unless you are comfortable maintaining a brittle script. A small browser extension or userscript can copy the visible conversation HTML/Markdown, but check privacy first because it may touch project text and API tokens. For code blocks and math, keep them as fenced Markdown and /; Obsidian will render those better than pasted rich text.