diff options
author | marv <rotrobmin@gmail.com> | 2024-06-25 11:17:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 18:17:36 +0000 |
commit | 2a92a0b98c2bb08c2adaca24ff8af3322874ef59 (patch) | |
tree | b5f14d8b30768f65f9f92990acdf90553f30bb42 /README.md | |
parent | b7a73d17964f7f4ae56a313ff64afa94e24efe68 (diff) |
Add Documentation for Making Dictionaries (#1103)
* Add basic info copied over
* Add link to making dicts doc in readme
* Update docs/making-yomitan-dictionaries.md
Co-authored-by: Kuuuube <61125188+Kuuuube@users.noreply.github.com>
Signed-off-by: marv <rotrobmin@gmail.com>
* Update docs/making-yomitan-dictionaries.md
Co-authored-by: Kuuuube <61125188+Kuuuube@users.noreply.github.com>
Signed-off-by: marv <rotrobmin@gmail.com>
* Update docs/making-yomitan-dictionaries.md
Co-authored-by: Kuuuube <61125188+Kuuuube@users.noreply.github.com>
Signed-off-by: marv <rotrobmin@gmail.com>
* Remove unnecessary sections
* Add POS documentation
* Add community contributions line
---------
Signed-off-by: marv <rotrobmin@gmail.com>
Co-authored-by: Kuuuube <61125188+Kuuuube@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,9 +33,10 @@ Yomitan provides powerful features not available in other browser-based dictiona ## Helpful information - ✨ [Migrating from Yomichan (legacy)](./docs/yomichan-migration.md) -- Installation and Setup +- Dictionaries - 📚 [Recommended Dictionaries](./docs/dictionaries.md#recommended-dictionaries) - 🗂️ [Importing and exporting dictionaries](./docs/dictionaries.md#importing-a-dictionary-collection) + - 🛠️ [Making Yomitan Dictionaries](./docs/making-yomitan-dictionaries.md) - Anki Integration - 📇 [Anki integration and flashcard creation guide](./docs/anki-integration.md) - 🔧 [Anki handlebar templates](./docs/templates.md) |