diff options
author | forsakeninfinity <forsakeninfinity@gmail.com> | 2023-07-08 04:04:42 -0700 |
---|---|---|
committer | forsakeninfinity <forsakeninfinity@gmail.com> | 2023-07-15 03:07:08 -0700 |
commit | 7bad83e01cb4bb65dd544de127224ba453b8e4eb (patch) | |
tree | 797652c9b6b8d637e0dbbbd0cb2cdeb26c248ca8 /ext/welcome.html | |
parent | c4378974f1bea94947cbe6278b1d1593cfe653d9 (diff) |
Add support for exporting and importing dictionaries database.
It's super annoying to have to import dictionaries one at a time every
time you move across browsers or devices. This change adds an
experimental mechanism to export and import the entire database of
dictionaries so that users have to deal with only one source instead of
tracking tens of different dictionaries separately when migrating.
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> |