gitbook-plugin-image-captions
gitbook-plugin-image-captions copied to clipboard
Image captions plugin for GitBook
The default caption uses something like `"caption": "Image _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"`. In my case, when I do not use different parts in my SUMMARY.md file, the chapter number is always...
For example, when my summary looks like the example below: ```markdown # Summary * [Executive summary](README.md) * [Test-bed for Trial owners](trial-owners.md) * [Standalone evaluation](trial-owners.md#evaluation) * [Running a trial](trial-owners.md#trial) ``` My...
Refer to image figures in content dynamically with a filter: ``` {{ "/assets/image.png" | fig }} ``` Produces "Figure 1.2.3" after rendering. Template configurable via: ``` "pluginsConfig": { "image-captions": {...
Hi, First, thanks for making this plugin. I know that you can skip images through a configuration settings but it seems to me to be "brittle" in that it may...
Using the current gitbook and gitbook-plugin-image-captions images within version {% if %} seem to be ignored. I didn't try other Templating features, but I gues they won't work either. If...
Noticed with a summary that has multiple links to the same markdown file, the image count would be way off for images in other files (later in the summary).
I have added the following image in markdown file. `` and added the following in book.json { "plugins": [ ``` "image-captions" ], "pluginsConfig": { "image-captions": { "caption": "Fig - _CAPTION_"...