William Stein
William Stein
This might be easy. Just try switching back the codemirror mode... and maybe tweak some CSS or the DOM?
Yes, even today this is not at all clear in the UI.
I think this can be done, but of course the revision number would have to get stored along with each snapshot. It'll be some work, and potentially pretty painful when...
We still do not have this. At least we have an AI formula generator, so if the user can describe what they want, they get it.
Right now adding attachments is broken, so I added the attachment using jupyterlab, then opened the notebook in cocalc jupyter. It shows the image just fine, but indeed print to...
Now images (which are just blob links) are not included when printing to PDF via any of the four methods. So definitely not fixed.
> Now images (which are just blob links) are not included when printing to PDF via any of the four methods. This was just a side effect of working on...
I think the solution here is to download all images locally, convert any svg's to png (or pdf or?), and modify the markdown to include the images is `![]()` instead...
In any case I changed the button to say that images aren't supported for this conversion method. Much more importantly, I fixed a different bug that was preventing latex printing...
This is a markdown editor issue, and of course math is properly highlighted in latex. In markdown it could be pretty subtle properly detecting switching to/from math, so take care.