tillbiskup / dokuwiki-caption

Caption plugin for dokuwiki displaying nice figure and table captions
GNU General Public License v2.0
3 stars 5 forks source link

Figure caption doesn't follow image alignment #22

Closed eduardomozart closed 8 months ago

eduardomozart commented 1 year ago

It would be great if the Caption plugin position it's label respecting the image alignment.

Here's the image without the Caption plugin:

image

Here's the image with Caption plugin:

image

tillbiskup commented 11 months ago

Apologies for the delay... Very valid feature request. Currently, I have no clue how to directly use the information of the image alignment from the image dokuwiki syntax. But would an additional alignment option in the figure tag be an option as well? I could think of something like this:

<figure mylabel align=right>
...
<caption>Lorem ipsum...</caption>
</figure>

Any suggestions welcome.