返回 slidev
presenter-notes-ruby.md
根目录 / skills / slidev / references / presenter-notes-ruby.md
1 ---
2 name: notes-auto-ruby
3 description: Automatically add ruby text (pronunciation guides) to presenter notes
4 ---
5
6 # Notes Auto Ruby
7
8 Automatically add ruby text (pronunciation guides) to presenter notes.
9
10 ## Configuration
11
12 ```md
13 ---
14 notesAutoRuby:
15 日本語: ni hon go
16 勉強: べんきょう
17 ---
18 ```
19
20 ## Example
21
22 Notes:
23 ```md
24 <!--
25 私は日本語を勉強しています。
26 -->
27 ```
28
29 Renders with ruby annotations above the matched words.
30
31 ## Use Case
32
33 - Language learning presentations
34 - Pronunciation guides for technical terms
35 - Reading assistance for non-native text
36
36 lines MARKDOWN