Re: SVG Previews for org mode

2024-03-30 Thread Ihor Radchenko
Robert writes: > I created the attached code to be able to preview SVG in org mode. Please > comment if you have suggestions for a better approach. > > It works by having svg in a #+begin_src svg block and running org-format-svg > on it. > > I took inspiration from org-format-latex and wonder w

SVG Previews for org mode

2024-03-29 Thread Robert
Hello, I created the attached code to be able to preview SVG in org mode. Please comment if you have suggestions for a better approach. It works by having svg in a #+begin_src svg block and running org-format-svg on it. I took inspiration from org-format-latex and wonder whether it should be m