Skip to content

Commit

Permalink
add new lines and capitalise letters
Browse files Browse the repository at this point in the history
  • Loading branch information
piercemorris committed Jan 11, 2024
1 parent 1d6af31 commit 841a88e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/advanced-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Click the `Advanced` toggle switch in the bottom left corner of the Settings pag
[MeCab](https://taku910.github.io/mecab/) is a third-party program which uses its own dictionaries and parsing algorithm to decompose sentences into individual words. MeCab may provide more accurate parsing results than Yomitan's internal parser.

In order for Yomitan to use it, both MeCab and a native messaging component must be installed.
A setup guide can be found [here](https://github.com/themoeway/yomitan-mecab-installer/blob/master/README.md).
A setup guide can be found [here](https://github.com/themoeway/yomitan-mecab-installer/blob/master/README.md).
2 changes: 1 addition & 1 deletion docs/anki-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ Below are some troubleshooting tips you can try if you are unable to create new

- Individual icons will appear grayed out if a flashcard cannot be created for the current definition (e.g. it already exists in the deck).
- If all of the buttons appear grayed out, then you should double-check your deck and model configuration settings.
- If no icons appear at all, make sure that Anki is running in the background and that [AnkiConnect](https://foosoft.net/projects/anki-connect) has been installed.
- If no icons appear at all, make sure that Anki is running in the background and that [AnkiConnect](https://foosoft.net/projects/anki-connect) has been installed.
2 changes: 1 addition & 1 deletion docs/dictionaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Unfortunately, as most of the dictionaries released in this format are proprieta
Yomitan. Instead, you will need to procure these dictionaries yourself and import them using [Yomitan
Import](https://github.com/themoeway/yomitan-import). Check the project page for additional details.

![Pocket EPWING dictionaries](../img/epwing-devices.jpg)
![Pocket EPWING dictionaries](../img/epwing-devices.jpg)
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ Developing Yomitan requires a decent understanding of Japanese sentence structur
are likely to have their own unique set of rules for syntax, grammar, inflection, and so on. Supporting additional
languages would not only require many additional changes to the codebase, it would also incur significant maintenance
overhead and knowledge demands for the developers. Therefore, suggestions and contributions for supporting
new languages will be declined, allowing Yomitan's focus to remain Japanese-centric.
new languages will be declined, allowing Yomitan's focus to remain Japanese-centric.
10 changes: 5 additions & 5 deletions docs/keyboard-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ The following shortcuts are available on search results:
| <kbd>Alt</kbd> + <kbd>Home</kbd> | Go to first result. |
| <kbd>Alt</kbd> + <kbd>Up</kbd> | Go to previous result. |
| <kbd>Alt</kbd> + <kbd>Down</kbd> | Go to next result. |
| <kbd>Alt</kbd> + <kbd>b</kbd> | Go to back to source term. |
| <kbd>Alt</kbd> + <kbd>e</kbd> | Add current term as expression to Anki. |
| <kbd>Alt</kbd> + <kbd>r</kbd> | Add current term as reading to Anki. |
| <kbd>Alt</kbd> + <kbd>p</kbd> | Play audio for current term. |
| <kbd>Alt</kbd> + <kbd>k</kbd> | Add current kanji to Anki. |
| <kbd>Alt</kbd> + <kbd>B</kbd> | Go to back to source term. |
| <kbd>Alt</kbd> + <kbd>E</kbd> | Add current term as expression to Anki. |
| <kbd>Alt</kbd> + <kbd>R</kbd> | Add current term as reading to Anki. |
| <kbd>Alt</kbd> + <kbd>P</kbd> | Play audio for current term. |
| <kbd>Alt</kbd> + <kbd>K</kbd> | Add current kanji to Anki. |
2 changes: 1 addition & 1 deletion docs/yomichan-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ custom templates use the following helpers, please ensure their use matches the

Authors of custom templates may be interested to know that other helpers previously used and documented in the block
form (e.g. `{{#set "key" "value"}}{{/set}}`), while not broken by this change, may also be replaced with the less verbose
form (e.g. `{{set "key" "value"}}`). The default templates and helper documentation have been changed to reflect this.
form (e.g. `{{set "key" "value"}}`). The default templates and helper documentation have been changed to reflect this.

0 comments on commit 841a88e

Please sign in to comment.