chore: consolidate new foundation and archive v1 (#1495)
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
---
|
||||
name: notes-auto-ruby
|
||||
description: Automatically add ruby text (pronunciation guides) to presenter notes
|
||||
---
|
||||
|
||||
# Notes Auto Ruby
|
||||
|
||||
Automatically add ruby text (pronunciation guides) to presenter notes.
|
||||
|
||||
## Configuration
|
||||
|
||||
```md
|
||||
---
|
||||
notesAutoRuby:
|
||||
日本語: ni hon go
|
||||
勉強: べんきょう
|
||||
---
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||
Notes:
|
||||
|
||||
```md
|
||||
<!--
|
||||
私は日本語を勉強しています。
|
||||
-->
|
||||
```
|
||||
|
||||
Renders with ruby annotations above the matched words.
|
||||
|
||||
## Use Case
|
||||
|
||||
- Language learning presentations
|
||||
- Pronunciation guides for technical terms
|
||||
- Reading assistance for non-native text
|
||||
Reference in New Issue
Block a user