Skip to content

Commit 99b4c4b

Browse files
authored
Merge pull request #106 from tderflinger/master
Addition mobile support section and update mobile platform note to clarify modifier key usage #33
2 parents 301a997 + 55c267c commit 99b4c4b

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

docs/getting-started.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,11 @@ If a definition is found, a popup window will appear.
237237
</figure>
238238

239239
!!! tip "Tip"
240-
You can customize the modifier key in Settings to suit your preferences (e.g., <kbd>Ctrl</kbd>, <kbd>Alt</kbd>, or `No Modifier` to have the popup open on every word).
240+
You can customize the modifier key in Settings to suit your preferences (e.g., <kbd>Ctrl</kbd>, <kbd>Alt</kbd>, or `No Key` to have the popup open on every word).
241+
242+
:fontawesome-solid-mobile-screen-button:{ .md .middle } ___Mobile platform note___: On mobile platforms directly touching the word brings up the popup.
243+
There is no need to configure the modifier key.
244+
241245

242246
#### Listen to Audio
243247

224 KB
Loading

overrides/home.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,28 @@ <h2>Personalize Your Experience</h2>
207207
</div>
208208
</div>
209209
</div>
210+
211+
<div class="feature right">
212+
<div class="feature-text">
213+
<h2>Mobile Support</h2>
214+
<p>
215+
Take your language learning <strong>anywhere</strong>. Yomitan now works seamlessly on <strong>Android devices</strong>, bringing the same powerful dictionary lookups to your phone or tablet.
216+
</p>
217+
<p>
218+
When reading your favorite foreign language website on the go, simply <strong>select any text</strong> and access instant definitions, audio pronunciations, and detailed word information—all without leaving what you're reading.
219+
</p>
220+
<p>Your <strong>learning never stops</strong>, even when you're away from your desk. Perfect for commutes, travel, or whenever inspiration strikes.</p>
221+
<a href="getting-started">Learn more →</a></p>
222+
</div>
223+
<div class="feature-image-container" style="display: flex; justify-content: center;">
224+
<div class="tooltip-container">
225+
<div class="tooltip"><strong>Android Mobile Support</strong></div>
226+
<a href="getting-started">
227+
<img class="feature-image" style="width: 100%; max-width: 300px; height: auto; aspect-ratio: 1/2;" src="./assets/android-dict-action.webp" alt="Android Dictionary Screenshot" />
228+
</a>
229+
</div>
230+
</div>
231+
</div>
210232
</section>
211233

212234
<section class="feature-section" style="padding-top: 0;">

0 commit comments

Comments
 (0)