diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-08-15 23:57:37 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-15 23:57:37 +0900 |
commit | 83be1d6312b5741f732243e3315a1f98c12dc184 (patch) | |
tree | 797652c9b6b8d637e0dbbbd0cb2cdeb26c248ca8 /ext/welcome.html | |
parent | c4378974f1bea94947cbe6278b1d1593cfe653d9 (diff) | |
parent | 7bad83e01cb4bb65dd544de127224ba453b8e4eb (diff) |
Merge pull request #187 from infi-personal/master
Add support for exporting and importing dictionaries database.
Diffstat (limited to 'ext/welcome.html')
-rw-r--r-- | ext/welcome.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/welcome.html b/ext/welcome.html index f5725f23..bfa3cefd 100644 --- a/ext/welcome.html +++ b/ext/welcome.html @@ -67,6 +67,16 @@ </div> <div class="settings-item"> <div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> + You can also import an exported collection of dictionaries to migrate from a different device or browser from the <a href="/settings.html#!backup">Backup section of the Settings</a> page. + + <br><br> + + If you are migrating from Yomichan, you may be particularly interested in migrating your data from Yomichan into Yomitan. + Please follow instructions from <a href="https://github.com/themoeway/yomitan#migrating-from-yomichan" target="_blank" rel="noopener noreferrer">Yomitan's README</a> for that. + </div></div></div> + </div> + <div class="settings-item"> + <div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> After dictionaries have been installed, webpage text can be scanned by moving the cursor while holding a modifier key. The default key is <kbd>Shift</kbd>, which can be disabled or configured below. </div></div></div> |