Klap-in / dokuwiki-plugin-imagereference

Dokuwiki plugin that creates references to images/tables in your text, like the LaTeX figure references.
https://www.dokuwiki.org/plugin:imagereference
0 stars 7 forks source link

Add support for GeoGebrEmbed #36

Closed PhilippImhof closed 2 years ago

PhilippImhof commented 3 years ago

The GeoGebrEmbed plugin allows easy embedding of GeoGebra applets into DokuWiki pages. These changes add a new <ggbcaption> tag along with <ggbref> to add support for captions and links to embedded applets.

PhilippImhof commented 3 years ago

Did you test the latex export as well?

No, because LaTeX export will not really make sense for a GeoGebra applet as it cannot be included in a TeX file. However, I forgot to deal with it properly. There should be some sort of message. I will think about a solution.

Klap-in commented 3 years ago

I guess indeed that most people are not using the combination. But my concern is mainly about that it will not break/throw errors. It is fine for me to skip generating latex-output for the geogebra applet.

PhilippImhof commented 3 years ago

I will check that in detail, along with some improvements I am trying to make in the next days.

PhilippImhof commented 3 years ago

I am now skipping LaTeX output for embedded GeoGebra applets. IMHO everything is OK now and I'd appreciate if you could have a closer look at it.