Skip to content

Commit

Permalink
Deployed 6a9ceac with MkDocs version: 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arbyste committed Mar 9, 2024
1 parent a1266b9 commit a408fc6
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 52 deletions.
56 changes: 35 additions & 21 deletions images/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -701,8 +701,15 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#how-to-disable-collapsed-images" class="md-nav__link">
How to Disable Collapsed Images
<a href="#how-to-enable-collapsed-images" class="md-nav__link">
How to Enable Collapsed Images
</a>

</li>

<li class="md-nav__item">
<a href="#how-to-expand-specific-images" class="md-nav__link">
How to Expand Specific Images
</a>

</li>
Expand Down Expand Up @@ -1096,8 +1103,15 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#how-to-disable-collapsed-images" class="md-nav__link">
How to Disable Collapsed Images
<a href="#how-to-enable-collapsed-images" class="md-nav__link">
How to Enable Collapsed Images
</a>

</li>

<li class="md-nav__item">
<a href="#how-to-expand-specific-images" class="md-nav__link">
How to Expand Specific Images
</a>

</li>
Expand Down Expand Up @@ -1242,33 +1256,33 @@ <h2 id="automatically-add-images-using-tags">Automatically Add Images Using Tags
<p>TODO example gif</p>
<hr />
<h2 id="collapsed-images">Collapsed Images<a class="headerlink" href="#collapsed-images" title="Permanent link">&para;</a></h2>
<p>Any customly inserted images, including images inserted directly by Yomichan,
will be converted to text which you have to hover over to reveal.
Of course, this image can also be clicked on to zoom.
See the video demo below to see exactly what happens.</p>
<p>By default, images in the Primary Definition are visible. It is possible to
replace them with text that you need to hover over to reveal the image.
The video below shows how this works.</p>
<p><div class="video-container"><video style="width: 100%; height: 100%" controls ><source src="../assets/images/collapsed_images.mp4" type="video/mp4" /></video></div></p>
<h3 id="how-to-disable-collapsed-images">How to Disable Collapsed Images<a class="headerlink" href="#how-to-disable-collapsed-images" title="Permanent link">&para;</a></h3>
<p>There are three ways of disabling collapsed images.</p>
<h3 id="how-to-enable-collapsed-images">How to Enable Collapsed Images<a class="headerlink" href="#how-to-enable-collapsed-images" title="Permanent link">&para;</a></h3>
<p>Collapsed images can be enabled in the <a href="../runtimeoptions/" target="_blank">runtime options</a>:</p>
<div class="highlight"><pre><span></span><code>```json
&quot;img-utils&quot;: {
&quot;stylize-images-in-glossary&quot;: true,
// ...
}
```
</code></pre></div>
<h3 id="how-to-expand-specific-images">How to Expand Specific Images<a class="headerlink" href="#how-to-expand-specific-images" title="Permanent link">&para;</a></h3>
<p>If you have enabled collapsed images, and want to expand a specific image, there are two ways to do this:</p>
<ol>
<li>
<p>Place your images in the <code>PrimaryDefinitionPicture</code> field, as shown in the <a href="./#the-primarydefinitionpicture-field">section below</a>.</p>
</li>
<li>
<p>To disable this for only specific images,
<p>To expand a specific image,
<a href="../faq/#how-do-i-edit-the-fields-raw-html" target="_blank">edit the HTML</a>
of the desired field, and add <code>data-do-not-convert="true"</code>.</p>
<p>An example is shown below:
<div class="highlight"><pre><span></span><code><a id="__codelineno-2-1" name="__codelineno-2-1" href="#__codelineno-2-1"></a><span class="p">&lt;</span><span class="nt">img</span> <span class="na">src</span><span class="o">=</span><span class="s">&quot;your_image.png&quot;</span> <span class="na">data-do-not-convert</span><span class="o">=</span><span class="s">&quot;true&quot;</span><span class="p">&gt;</span>
<div class="highlight"><pre><span></span><code><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a><span class="p">&lt;</span><span class="nt">img</span> <span class="na">src</span><span class="o">=</span><span class="s">&quot;your_image.png&quot;</span> <span class="na">data-do-not-convert</span><span class="o">=</span><span class="s">&quot;true&quot;</span><span class="p">&gt;</span>
</code></pre></div></p>
</li>
<li>
<p>Disable it globally in the <a href="../runtimeoptions/" target="_blank">runtime options</a>:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a><span class="nt">&quot;img-utils&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<a id="__codelineno-3-2" name="__codelineno-3-2" href="#__codelineno-3-2"></a><span class="w"> </span><span class="nt">&quot;stylize-images-in-glossary&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<a id="__codelineno-3-3" name="__codelineno-3-3" href="#__codelineno-3-3"></a><span class="w"> </span><span class="c1">// ...</span><span class="w"></span>
<a id="__codelineno-3-4" name="__codelineno-3-4" href="#__codelineno-3-4"></a><span class="p">}</span><span class="w"></span>
</code></pre></div>
</li>
</ol>
<hr />
<h2 id="the-primarydefinitionpicture-field">The <code>PrimaryDefinitionPicture</code> Field<a class="headerlink" href="#the-primarydefinitionpicture-field" title="Permanent link">&para;</a></h2>
Expand Down Expand Up @@ -1529,7 +1543,7 @@ <h3 id="additional-details">Additional Details<a class="headerlink" href="#addit
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 23, 2022</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">March 9, 2024</span>


</small>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,152 +2,152 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/alternatives/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/autopa/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/building/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/cardtypes/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/compiletimeoptions/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/customcss/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/definitions/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/faq/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/fieldref/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/images/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/importing/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/jpresources/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/modding/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/moddingtips/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/modules/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/overrides/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/personalsetup/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/preface/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/runtimeoptions/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/setup/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/setupanki/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/setupeverythingelse/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/setupother/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/setupyomichan/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/tooltipresults/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/ui/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/uicustomization/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/updating/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquafina-water-bottle.github.io/jp-mining-note/yomichantemplates/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit a408fc6

Please sign in to comment.