PowerPoint plugin #1554
jpmvferreira
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
I use PowerPoint to deliver my presentations and to use Carbon I am force to copy and paste images from the web browser. This is tedious and error prone, as changing one thing means having to write the entire source code on the browser.
Describe the solution you'd like
A Powerpoint plugin.
It could behave similar to IguanaTex, a LaTex compiler that works as a Powerpoint plugin. The user writes LaTeX source code on a dialog box and the plugin does the rendering. It keeps track of the source code so that you can change it at any time.
Another alternative would be to write the source code on a text box and have Carbon do the syntax highlighting on top of it.
Describe alternatives you've considered
Copying and pasting images from the web browser to Powerpoint and keep track of the source code as a description of the image.
Additional context
There is an on-going discussion on using Carbon as an API, maybe this could work on top of it. Otherwise, the user would have to run Carbon locally on their machines.
Beta Was this translation helpful? Give feedback.
All reactions