blob: 50f9423505b2e2ae98af2dd188f98a6a82b1f26e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# yomichan stuff
this is a folder containing yomichan stuff
all .js and .css files in conf.d get minified into user.min.js and
user.min.css, and can be pasted into yomichan (with [user script
patch](../yomichan/readme.md))
## sentence export
adds an export button to the search bar for copying a sentence with furigana
into [my custom anki card template](../anki-card-template/readme.md).
![new copy button in yomichan search bar](../assets/copy-button-yomichan.png)
![copied sentence in anki](../assets/copy-button-anki.png)
## word export
adds a copy button to each definition for copying into [my custom anki card
template](../anki-card-template/readme.md). (Should) automatically insert
interpuncts, add pitch accent downfall step (if available), and marker if word
is usually written as kana only. <kbd>Alt</kbd>+<kbd>C</kbd> to copy currently
selected entry.
![word copy button in yomichan](../assets/word-copy-yomichan.png)
![copied word in anki](../assets/word-copy-anki.png)
![copied word in anki (card display)](../assets/word-copy-anki-rendered.png)
## shortcuts
adds the following shortcuts to yomichan:
|shortcut|action|
|-|-|
|<kbd>Alt</kbd>+<kbd>J</kbd>|select next definition (move down)|
|<kbd>Alt</kbd>+<kbd>K</kbd>|select previous definition (move up)|
|<kbd>Alt</kbd>+<kbd>G</kbd>|scroll back to top|
## handwriting
adds handwriting input panel to yomichan (WIP)
|